0.1.7 • Published 7 years ago

@fitch-digital/fitch-ui v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@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

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.51

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago