0.0.3 • Published 3 years ago

epub-list v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

epub-list

Made with create-storybook-react-library

NPM JavaScript Style Guide Build Status Codecov

Intro

This is a component for react.

Feature

  • Easy-to-use
  • Typescript Support
  • Storybook UI component

Install

npm install --save epub-list

Usage

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-peers

To run Example in hot module reloading mode:

npm start   # or npm run storybook

To create a bundle library module build:

npm run build

Testing

To run unit tests:

npm test

License

MIT © li-qiuli