All Projects → alitajs → Ant Design Plus

alitajs / Ant Design Plus

Licence: mit
基于ant-design封装的偏业务组件

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ant Design Plus

Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-16.1%)
Mutual labels:  components, ant-design
Pearproject
pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作
Stars: ✭ 1,610 (+1264.41%)
Mutual labels:  ant-design
Gu
A web ui library for Go. [DEPRECATED]
Stars: ✭ 102 (-13.56%)
Mutual labels:  components
React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (-5.93%)
Mutual labels:  components
Ant Design Draggable Modal
The Modal from Ant Design, draggable.
Stars: ✭ 105 (-11.02%)
Mutual labels:  ant-design
Candela
Visualization components for the web
Stars: ✭ 112 (-5.08%)
Mutual labels:  components
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (-14.41%)
Mutual labels:  components
Viewcontroller
📌 A view controller manages a set of views that make up a portion of your app’s user interface,it aims to make ui develop change more clear and flexible.(ViewControler 是一种界面开发组件化实现方式,利用它可以将一些复杂的 UI 界面开发组件化.)
Stars: ✭ 117 (-0.85%)
Mutual labels:  components
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-3.39%)
Mutual labels:  components
React Collection Helpers
A suite of composable utility components to manipulate collections.
Stars: ✭ 109 (-7.63%)
Mutual labels:  components
Atlas.js
A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻
Stars: ✭ 108 (-8.47%)
Mutual labels:  components
Dva Boot Admin
🍰 react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
Stars: ✭ 1,553 (+1216.1%)
Mutual labels:  ant-design
Redux Autoform
Create Redux-Forms dynamically out of metadata
Stars: ✭ 113 (-4.24%)
Mutual labels:  components
Server Components Mdx Demo
React server components + MDX
Stars: ✭ 102 (-13.56%)
Mutual labels:  components
Reactstrap
Simple React Bootstrap 5 components
Stars: ✭ 10,207 (+8550%)
Mutual labels:  components
React Easy Start
A lightweight ant-design-pro based on create-react-app.
Stars: ✭ 102 (-13.56%)
Mutual labels:  ant-design
React Start Kit
A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...
Stars: ✭ 107 (-9.32%)
Mutual labels:  ant-design
React Forms
React library for rendering forms.
Stars: ✭ 111 (-5.93%)
Mutual labels:  components
Swiftui Kit
A SwiftUI system components and interactions demo app
Stars: ✭ 1,733 (+1368.64%)
Mutual labels:  components
Vcomponents
VComponents is a SwiftUI framework that contains 40+ customizable UI components
Stars: ✭ 117 (-0.85%)
Mutual labels:  components

Ant Design Plus

基于 ant-design 封装的偏业务组件集合

Alita NPM version NPM downloads Build Status

✨ 特性

  • 🚀 TypeScript: 使用 TypeScript 编写,提供完整的类型定义。
  • 💎 优雅美观: 基于 Ant Design。
  • 🎉 开箱即用: 高质量的 React 组件。
  • ⚡️ 按需加载: 支持按需加载,具体请查看babel-plugin-import

兼容性

antd-plus 由于依赖了 [email protected]+ 提供的 Hooks 特性,因此只支持 React 16.8.0 及以上版本。

📦 安装

// npm
npm install @alitajs/antd-plus --save

// yarn
yarn add @alitajs/antd-plus

⌨️ 本地开发

# 克隆项目到本地
git clone [email protected]:ant-design/ant-design.git

# 安装依赖
yarn

# 启动服务
yarn start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].