0.1.10 • Published 3 years ago

fghis-ui v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

FGHIS 组件库

快速开始

安装组件库

npm install fghis-ui

引用组件库

//全部引用
import "fghis-ui/dist/css/index.css";
import FGUI from "fghis-ui";
FGUI.install(app);

//按需引用
import "fghis-ui/dist/css/cinput.css";
import { CInput } from "fghis-ui";

Customize configuration

See Configuration Reference.

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago