An open API service indexing awesome lists of open source software.

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

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