1.0.1 • Published 5 years ago
alice-react v1.0.1
Alice Design System React component library.
Get Started
First Install the Package
$ yarn add alice-react
$ npm install alice-react --save
In your Jsx import the component and use them, For example:
import {Button} from 'alice-react'
export default const App = () => <Button intent='primary' size='md'>Hello World</Button>
API Reference:
Go to Our Docs Page For API Reference
Development and Storybook
PR's are welcome, How to Contribute
$ git clone https://github.com/alice-labs/alice-design-system
$ yarn install
$ yarn storybook
Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.
Storybook will pick up any story from the stories.js
file in a component folder.
Maintainer: SazzadSazib