Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 826 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 826 Bytes

Fluent UI React Components

(中文/English)

A React component library styled with Fluent UI. Its styles and documentation are referenced from microsoft/fluentui and adapted for the features of LCUI and its development tools, making it suitable for LCUI applications.

Installation

Download the code repository and copy the component directory from the src directory to your project directory. Then, use the import statement to include the components in your TSX source code.

For example:

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

Roadmap

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

License

MIT