@osui/table

单包使用

Usage no npm install needed!

<script type="module">
  import osuiTable from 'https://cdn.skypack.dev/@osui/table';
</script>

README

@osui/table

安装说明

方式一

单包使用

yarn install @osui/table
import Table from '@osui/table'

方式二

@osui/ui 统一引入

yarn install @osui/ui
import {Table} from '@osui/ui';