@watasi/wui

[文档地址](https://watasi.cn/components/table) ## 快速上手 ### 安装 使用 npm 或 yarn 安装 ```bash $ npm install @watasi/wui --save # or $ yarn add @watasi/wui ```

Usage no npm install needed!

<script type="module">
  import watasiWui from 'https://cdn.skypack.dev/@watasi/wui';
</script>

README

@watasi/wui

文档地址

快速上手

安装

使用 npm 或 yarn 安装

$ npm install @watasi/wui --save
# or
$ yarn add @watasi/wui

示例

import { Table } from '@watasi/wui';

ReactDOM.render(<Table />, mountNode);