Skip to content

Files

Latest commit

 

History

History

starter-templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FluentUI v9 Starter Templates

Collection of starter templates for FluentUI v9 with popular frameworks and build tools.

Available Templates

Project Structure

starter-templates/
├── project.json
├── package.json
├── README.md
└── src/
    └── react-components-vite/
        ├── README.md
        └── ...

Contributing

We welcome contributions! You can help by:

  • Improving existing templates
  • Adding new starter templates following the guidelines below

Adding New Templates

  1. Create a new directory under src/
  2. Follow the naming convention: react-components-{framework}
  3. Include a comprehensive README.md with:
    • Setup instructions
    • Usage examples
    • Configuration details
    • Development guidelines
  4. Test the template thoroughly
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.