Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huhulab/antd-kit
Advanced ant design components
https://github.com/huhulab/antd-kit
Last synced: 25 days ago
JSON representation
Advanced ant design components
- Host: GitHub
- URL: https://github.com/huhulab/antd-kit
- Owner: huhulab
- License: mit
- Created: 2016-08-10T08:15:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T08:25:18.000Z (over 8 years ago)
- Last Synced: 2024-08-04T01:04:59.621Z (4 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 40
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - Antd Kit - Advanced Ant Design components. (Components / Themes)
README
## How to use?
### Add as submodule
``` bash
cd {project-directory}/src
git submodule add https://github.com/huhulab/antd-kit.git
# pull all submodules
git submodule foreach git pull origin master
```### Use in your code
``` javascript
import {
// form
FormItem,
BaseForm,
SearchForm,
FormModal,
formHelpers,
formRules,
// table
TableMixin,
// other
PageIntro,
Topbar,
PageIntro,
} from 'antd-kit';
```