cd {project-directory}/src
git submodule add https://github.com/huhulab/antd-kit.git
# pull all submodules
git submodule foreach git pull origin master
import {
// form
FormItem,
BaseForm,
SearchForm,
FormModal,
formHelpers,
formRules,
// table
TableMixin,
// other
PageIntro,
Topbar,
PageIntro,
} from 'antd-kit';