Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.