1.0.15-beta.11 • Published 12 months ago

@bdlite/table v1.0.15-beta.11

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

React WebComponent Table

一个可以用于 Vue 的 React WebComponent Table 组件,适用于高性能的场景。

特性

  • 简单易用,快速集成。
  • 支持自定义配置。

安装

使用 npm 或 yarn 安装:

npm install @bdlite/table
# 或者
yarn add @bdlite/table

使用方法

  1. 在项目中直接导入使用:

    import { BaseTable } from '@bdlite/table';
  2. 在 HTML 中使用:

    <react-base-table></react-base-table>

贡献

欢迎提交问题和贡献代码!请确保在提交 PR 前运行所有测试并遵循项目的代码规范。

许可证

本项目基于 MIT License 许可。