tf-components-react
v1.1.33
Published
`tf-components-react` 是基于antd向上集成的React组件库,它在antd原有的基础上再向上封装并修改一定样式,兼容antd,主要用于研发企业级中后台产品。
Readme
传化交互标准化组件
tf-components-react 是基于antd向上集成的React组件库,它在antd原有的基础上再向上封装并修改一定样式,兼容antd,主要用于研发企业级中后台产品。
环境支持
- node版本v8.x及以上。
- react版本v16.x及以上。
- antd版本v3.x及以上。
安装
使用npm 安装
npm install tf-components-react -S示例
import { TDatePicker } from 'tf-components-react';
ReactDOM.render(<TDatePicker />, mountNode);引入样式
import 'antd/dist/antd.css';
import 'tf-components-react/dist/index.css'