https://github.com/patternfly/patternfly-webcomponents
Proof of concept PatternFly design Web Components
https://github.com/patternfly/patternfly-webcomponents
Last synced: 8 months ago
JSON representation
Proof of concept PatternFly design Web Components
- Host: GitHub
- URL: https://github.com/patternfly/patternfly-webcomponents
- Owner: patternfly
- Created: 2019-12-19T21:33:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:22:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T04:47:15.550Z (9 months ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# patternfly-webcomponents
PatternFly design Web Components using Sass from [@patternfly/patternfly](https://github.com/patternfly/patternfly).
This repo is currently being used for testing: **_NO COMPONENTS ARE PRODUCTION READY_**
## Getting started
1. Clone submodules
```sh
git submodule update --init
```
2. Install dependencies using yarn workspaces:
```sh
yarn install
```
3. Start our custom watch + es-dev-server script. Open http://localhost:9000/docs/index.html
```sh
yarn start
```
OR
4. Start our React Storybook
```sh
yarn storybook
```
## Creating a new component
I've written a custom scaffolding tool.
```sh
yarn generate componentName
```