Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 724 Bytes

README.zh-CN..md

File metadata and controls

31 lines (21 loc) · 724 Bytes

Fluent UI React Components

(中文/English)

Fluent UI 风格的 React 组件库,它的样式和文档都参考自 microsoft/fluentui,且针对 LCUI 及其开发工具的特性做了适配,适用于 LCUI 应用程序。

安装

下载代码库,复制 src 目录中的组件目录到你的项目目录内,之后在你的组件 tsx 源码中使用 import 语句引入组件。

例如:

copy fluentui-react/src/button  path/to/your/project/ui/components/

路线图

  • Button
  • Dialog
  • Checkbox
  • RadioGroup
  • ProgressBar
  • Rating
  • Spinner
  • Input
  • ...

许可

MIT