1.9.9 • Published 6 years ago

react-dtui v1.9.9

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

安装 (1.9.1)

使用 npm:

如果 React 已经安装

yarn add react-dtui --save

例子

我们的组件文档里头有很多例子, 这里提供给一个快速上手的例子:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-dtui';
//import styles
import 'react-dtui/build/libs/react-dtui.css';

const App = () => <Button>hello dtui</Button>;

ReactDOM.render((
    <App/>
), document.getElementById('root'));
1.9.9

6 years ago

1.9.6

6 years ago

1.9.3

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.8.1

6 years ago

1.7.1

6 years ago

1.6.1

6 years ago

1.5.1

6 years ago

1.4.1

6 years ago

1.3.1

6 years ago

1.2.1

6 years ago

1.0.1

6 years ago