0.1.10 • Published 1 year ago

fghis-ui v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago