0.0.11 • Published 5 years ago

td-antd-demo v0.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

td-antd

  • 业务开发中沉淀下来的组件,基于 antd 的封装。
  • 请确保在宿主项目中引入了 antd 依赖以及在代码中引入了 antd 样式。
  • API

Install

npm install --save td-antd

Usage

import { Title, FormItem } from 'td-antd';

Development

$ git clone https://github.com/long-zhuge/td-antd.git
$ npm i
$ npm run build:all
$ sudo npm link

// 宿主项目中
$ npm link td-antd

// Usage
import { Title, FormItem } from 'td-antd';

// 单个组件引入
import Title from 'td-antd/es/title';

// 卸载测试组件
npm unlink td-antd
0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

7 years ago

1.0.0

7 years ago