Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pearlbea/ph-web-ui
React component library
https://github.com/pearlbea/ph-web-ui
Last synced: 7 days ago
JSON representation
React component library
- Host: GitHub
- URL: https://github.com/pearlbea/ph-web-ui
- Owner: pearlbea
- Created: 2020-05-02T15:04:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:50:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:13:36.369Z (about 1 month ago)
- Language: HTML
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PH Web UI
A library of accessible React components for Propeller Health web products.
##To use the component library in a web project:
##To create a new component:
### install
Clone the repository and run `yarn` to install dependencies.### develop
To create a new component, make a folder in the `src/components` directory.
https://storybook.js.org/docs/basics/writing-stories/
https://github.com/storybookjs/storybook/blob/master/addons/docs/docs/docspage.md### start
Run `yarn run storybook:start` to start Storybook and go to `localhost:9009/` to view components locally.### test
Run `yarn test` to test the components.