
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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
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 11 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.