ideagri-component-library
v1.0.28
Published
Ideagri component library
Downloads
9
Readme
Components
- [x] Button
Techs
- [x] React.js
- [x] Storybook
- [x] TypeScript
What can be better?
- More components
Dependencies
- Node = 10
Usage
- Run
npm install ideagri-component-library
oryarn add ...
in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:6060
in your browser. - Run
yarn build
to generate your own build.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.