Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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';
```