(中文/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.
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/
- Button
- Dialog
- Checkbox
- RadioGroup
- ProgressBar
- Rating
- Spinner
- Input
- ...