gohubly-ds
v1.1.2
Published
- [x] Button - [x] Avatar - [x] Input - [x] Link - [x] Icon - [x] CheckBox - [x] RadioButton - [x] Stepper - [x] Tag - [x] Tooltip - [x] Typography
Downloads
2
Readme
Componentes
- [x] Button
- [x] Avatar
- [x] Input
- [x] Link
- [x] Icon
- [x] CheckBox
- [x] RadioButton
- [x] Stepper
- [x] Tag
- [x] Tooltip
- [x] Typography
Como usar em seu projeto
- Instale a dependencia ?
[yarn add | npm i] ...
. - Importe os componentes em seus arquivos
Rodar em desenolvimento
- Execute
yarn | npm install
para instalar as dependencias. - Execute
yarn storybook
. - Acesse
localhost:8080
em seu navegador.
Gerar o build
- Execute
yarn build
para gerar a versao de produção.