README
@osui/table
安装说明
方式一
单包使用
yarn install @osui/table
import Table from '@osui/table'
方式二
从 @osui/ui
统一引入
yarn install @osui/ui
import {Table} from '@osui/ui';
单包使用
<script type="module">
import osuiTable from 'https://cdn.skypack.dev/@osui/table';
</script>
单包使用
yarn install @osui/table
import Table from '@osui/table'
从 @osui/ui
统一引入
yarn install @osui/ui
import {Table} from '@osui/ui';