0.1.7 • Published 3 years ago

@azondo/ui v0.1.7

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

Azondo UI package

This library contains react components, styles and other providers for Azondo apps

Installation

Add this package to your dependencies list

yarn add @azondo/ui

Deployment commands

yarn build-storybook

Builds storybook into the ./storybook-static folder. Just serve this folder on CDN.

Development commands

yarn start

Runs the Storybook in development (watch) mode on 6006 port

yarn build

Builds the package with Rollup to the dist directory

yarn watch

Watches for changes in src folder and rebuilds the same way as yarn build