epub-app-lib
TypeScript icon, indicating that this package has built-in type declarations

0.0.3-alpha.6 • Public • Published

epub-app-lib

Made with create-storybook-react-library

NPM JavaScript Style Guide Build Status Codecov

Intro

This is a component for react.

Feature

  • [x] Easy-to-use
  • [x] Typescript Support
  • [x] Storybook UI component

Install

npm install --save epub-app-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'epub-app-lib'
import 'epub-app-lib/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 © icey0126

Package Sidebar

Install

npm i epub-app-lib

Weekly Downloads

0

Version

0.0.3-alpha.6

License

MIT

Unpacked Size

146 kB

Total Files

27

Last publish

Collaborators

  • zhangwei0126