airship-guest-form-ui
v1.1.5
Published
``` npm install ```
Maintainers
Keywords
Readme
guest-form-ui
Project setup
npm installAdding 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 storybookRun tests
npm test