Close
Angular React Web Components Blazor React
Open Source

Themes in Ignite UI for React

Ignite UI for React ships with four distinct themes - Bootstrap, Material, Fluent, and Indigo. All component themes are baked into the components, however, a global style file is required for palettes, typography, and other global configurations to work.

Loading a Theme

To enable a theme, a theme file should be loaded. Depending on your project configuration you can either import or link.

Here’s the complete list of all bundled themes and their path:

NameVariantLocation
BootstrapLightigniteui-react-grids/grids/themes/light/bootstrap.css
MaterialLightigniteui-react-grids/grids/themes/light/material.css
FluentLightigniteui-react-grids/grids/themes/light/fluent.css
IndigoLightigniteui-react-grids/grids/themes/light/indigo.css
BootstrapDarkigniteui-react-grids/grids/themes/dark/bootstrap.css
MaterialDarkigniteui-react-grids/grids/themes/dark/material.css
FluentDarkigniteui-react-grids/grids/themes/dark/fluent.css
IndigoDarkigniteui-react-grids/grids/themes/dark/indigo.css

API References