0.0.3 • Published 5 years ago
epub-list v0.0.3
epub-list
Made with create-storybook-react-library
Intro
This is a component for react.
Feature
- Easy-to-use
- Typescript Support
- Storybook UI component
Install
npm install --save epub-listUsage
import React, { Component } from 'react'
import MyComponent from 'epub-list'
import 'epub-list/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}For Details: See Example
Developing and running on localhost
First install dependencies and then install peerDeps for storybook dev:
npm install
npm run install-peersTo run Example in hot module reloading mode:
npm start # or npm run storybookTo create a bundle library module build:
npm run buildTesting
To run unit tests:
npm testLicense
MIT © li-qiuli
0.0.3
5 years ago