/patternfly-webcomponents

Proof of concept PatternFly design Web Components

Primary LanguageJavaScript

patternfly-webcomponents

PatternFly design Web Components using SASS from @patternfly/patternfly.

This repo is currently being used to do Proof of Concept work: NO COMPONENTS ARE PRODUCTION READY

Getting started

  1. Clone submodules
git submodule update --init
  1. Install dependencies using yarn workspaces:
yarn install
  1. Start our custom watch + es-dev-server script. Open http://localhost:9000/demos/index.html
yarn start

OR

  1. Start our React Storybook
yarn storybook

Creating a new component

I've written some custom scaffolding tools.

yarn generate componentName