airship-guest-form-ui
v1.1.4
Published
``` npm install ```
Downloads
42
Maintainers
Keywords
Readme
guest-form-ui
Project setup
npm install
Adding components
For each new component type, add a folder <MyExample>
in src/stories
which will contain the component, story and css files. Also add a <MyExample>.stories.js
file in src/stories/Examples
. This should display each version of the component on one page, to make it easy for developers to see at a glance. The title
in the export default should be Examples/<MyExample>
To run
npm run storybook
Run tests
npm test