Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gantd

Package Overview
Dependencies
Maintainers
0
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gantd

GantD base on antD

  • 1.3.22
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
137
decreased by-54.93%
Maintainers
0
Weekly downloads
 
Created
Source

Gantd

Build Status

GantD是面向B端管理型软件、专注于数据密集型业务场景、基于Antd聚合型React组件库 在Antd的基础上做了不同程度的针对性的强化,亦可以视作为Antd的补充,可以和Antd同时使用

官网:http://www.gant.design

文档: http://docs.gant.design/

特性

💻 面向企业后台产品,偏数据密集型紧凑风格

🚗 基于数据驱动模式快速开发组件、如数据驱动表单

👨‍👩‍👧‍👧 赋能式组件,比如智能表格(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);

Keywords

FAQs

Package last updated on 18 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc