https://github.com/faurewu/juggle-components
Component set for juggle editor, write by react
https://github.com/faurewu/juggle-components
Last synced: 2 months ago
JSON representation
Component set for juggle editor, write by react
- Host: GitHub
- URL: https://github.com/faurewu/juggle-components
- Owner: FaureWu
- Created: 2017-03-24T06:56:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T06:57:02.000Z (over 7 years ago)
- Last Synced: 2025-03-11T15:55:13.490Z (3 months ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# juggle-components
Components for juggle editor, create by react### how to install
```BASH
npm install --save juggle-components
```### script
```BASH
npm run test //test the code
npm run eslint //check the js synax
npm run stylelint //check the css synax
npm run build //create the target component
npm run example //run the storybook example
npm run build example //create the storybook example app
```### components
* Icon use to show svg icon### example
[online demo](https://faurewu.github.io/juggle-components/) there is an demo build with storybook