# flash-ui **Repository Path**: dh1992/flash-ui ## Basic Information - **Project Name**: flash-ui - **Description**: 基于angular11的前端to b组件库 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2022-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Angular, UI ## README # fui 本组件库由星环科技数据平台部门前端小组开发,供本部门以及公司内部所有相关前端产品使用。 ## 安装 ``` npm install flash-ui ``` 导入完成模块: ```ts import { FuiModule } from 'flash-ui'; @NgModule({ imports: [ FuiModule, ... ], ... }) ``` 也可以导入单个模块: ```ts import { BtnModule } from 'flash-ui'; ``` 导入样式: ```css @import '~flash-ui/styles/theme' ``` 导入样式util,包含variable、mixin等: ```css @import '~flash-ui/styles/util' ```