Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
GantD是面向B端管理型软件、专注于数据密集型业务场景、基于Antd聚合型React组件库 在Antd的基础上做了不同程度的针对性的强化,亦可以视作为Antd的补充,可以和Antd同时使用
💻 面向企业后台产品,偏数据密集型紧凑风格
🚗 基于数据驱动模式快速开发组件、如数据驱动表单
👨👩👧👧 赋能式组件,比如智能表格(smartGrid),把权利交给终端用户
🛡 使用 TypeScript 开发,提供完整的类型定义文件
我们推荐使用 npm 或 yarn 的方式进行开发,不仅可在开发环境轻松调试,也可放心地在生产环境打包部署使用,享受整个生态圈和工具链带来的诸多好处。
npm install gantd --save
yarn add gantd --save
使用 babel-plugin-import
// .babelrc or babel-loader option
{
"plugins": [
["import", {
"libraryName": "gantd",
"libraryDirectory": "lib",
"style": "css"
}]
]
}
import {Input} from 'gantd';
ReactDOM.render(<Input />, mountNode);
FAQs
GantD base on antD
The npm package gantd receives a total of 65 weekly downloads. As such, gantd popularity was classified as not popular.
We found that gantd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.