@bdlite/table
v1.0.15-beta.13
Published
一个可以用于 Vue 的 React WebComponent Table 组件,适用于高性能的场景。
Downloads
37
Readme
React WebComponent Table
一个可以用于 Vue 的 React WebComponent Table 组件,适用于高性能的场景。
特性
- 简单易用,快速集成。
- 支持自定义配置。
安装
使用 npm 或 yarn 安装:
npm install @bdlite/table
# 或者
yarn add @bdlite/table使用方法
在项目中直接导入使用:
import { BaseTable } from '@bdlite/table';在 HTML 中使用:
<react-base-table></react-base-table>
贡献
欢迎提交问题和贡献代码!请确保在提交 PR 前运行所有测试并遵循项目的代码规范。
许可证
本项目基于 MIT License 许可。
