New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bdlite/table

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdlite/table

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

latest
Source
npmnpm
Version
1.0.15-beta.13
Version published
Maintainers
0
Created
Source

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 许可。

Keywords

react

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts