0.1.3 • Published 2 months ago

@21epub/epub-custom-label v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@21epub/epub-custom-label

Install

npm install --save @21epub/epub-custom-label

Usage

import React from 'react'
import {Form} from 'antd'
import Filters from '@21epub/epub-custom-label'

function App() {
  const [form] = Form.useForm()

  return <Filters app='material' form={form} onFinish={values => console.log(values)} />
}

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

本地安装

npm run build
npm pack # 这一步会生成一个tarball
cd path/to/your/project
npm i <tarball的路径>
0.1.2

2 months ago

0.1.3

2 months ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago

0.0.1

3 years ago