Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
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 97 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.