atleta-ui
v1.0.10
Published
Atleta UI Kit
Downloads
33
Readme
atleta-ui
Development
First, install dependencies:
yarn install
To build package run:
yarn build
To publish package bump version in package.json
, then run:
npm publish
Usage
UI-kit requires react
and scss
to be installed.
Import style stylesheet:
import "atleta-ui/style.css";
Components can be imported through named or default exports:
import { Button } from "atleta-ui";
v1.0.8
Fix:
- Components:
Button
addpurple
color;
v1.0.5
Fix:
- Components:
Dialog
;
v1.0.4
Fix:
- Components:
Select
;
v1.0.3
Fix:
- Components:
Select
;
v1.0.2
Fix:
- Components:
CircularProgress
;
v1.0.1
New:
- Components:
Radio, FieldPreviewEditor
;
v1.0.0
New:
- Components:
Button, CircularProgress, CodeInput, Dialog, InfoTooltip, Input, Notification, Progress,Select, Switch, Tag, TextArea
;