Skip to content

ddonahue007/patternfly-webcomponents

 
 

Repository files navigation

patternfly-webcomponents

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

This repo is currently being used for testing: 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/docs/index.html
yarn start

OR

  1. Start our React Storybook
yarn storybook

Creating a new component

I've written a custom scaffolding tool.

yarn generate componentName

About

Proof of concept PatternFly design Web Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.4%
  • HTML 27.8%
  • TypeScript 26.3%
  • CSS 2.5%