Collection of starter templates for FluentUI v9 with popular frameworks and build tools.
- React Components + Vite - Modern starter template using Vite and FluentUI React Components
starter-templates/
├── project.json
├── package.json
├── README.md
└── src/
└── react-components-vite/
├── README.md
└── ...
We welcome contributions! You can help by:
- Improving existing templates
- Adding new starter templates following the guidelines below
- Create a new directory under
src/
- Follow the naming convention:
react-components-{framework}
- Include a comprehensive README.md with:
- Setup instructions
- Usage examples
- Configuration details
- Development guidelines
- Test the template thoroughly
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.