Kickstart your Design System implementation and skip some of the initial setup with Jumpstart, a Storybook development environment that helps you build, view and test each component interactively.
Install global packages and dependencies:
yarn global add np
yarn install
Starts Storyboard:
yarn start
Framework | Description | |
---|---|---|
React | Frontend Javascript Library | |
Storybook | UI Development Environment | |
Styled Components | Styling components in ES6 | |
AVA | Test Runner | |
Enzyme | Structural & Snapshot Testing | |
NP | NPM & Yarn Publishing Manager |
Component | Type | Link to Library |
---|---|---|
Button | Custom | - |
Checkbox | Custom | - |
ProgressBar | Custom | - |
Radio | Custom | - |
SVG | Custom | - |
Toggle | Custom | - |
Style Utils | Custom | - |
TODO: TextField | Custom | - |
Dropdown | Library | React Select |