0.0.3 • Published 11 months ago

lucky-web-ui v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

lucky-web-ui

lucky-web-ui 是基于 lucky-web 封装的一些列常用组件库

文档

使用

$ npm i lucky-web-ui

按需引用

import Img from 'lucky-web-ui/es/Components/Img';

<Img />;

全部引入

import { Img } from 'lucky-web-ui';
<Img />;