0.1.7 • Published 6 years ago
@fitch-digital/fitch-ui v0.1.7
@fitch-digital/fitch-ui
develop
npm start
build
npm run build
publish to NPM
Run the following steps:
1) manually bump version on package.json
2) npm run build
// builds the UMD build to the dist folder
3) npm run storybook:build
// builds the storybook docs
4) commit and push all code to GitHub.
5) Tag commit with build number added on step 1
6) git push --tags
to push the tag to github.
7) publish using npm publish --access public
publish docs to github.io
npm run build && npm run storybook:build
TODO
- create tabs component
<Tabs
tabs={['some child', 'another child']}
onChange={(index) => console.log('change to', index)}
>
<SomeChildComponent />
<AnotherChild />
</Tabs>
- create pull down menu
<Pulldown options={[]}/>
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.51
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago