Cambiar de material a tema Bootstrap
Desde la versión 9.0
nuestros componentes incluyen un nuevo tema inspirado en Bootstrap 4 y ng-bootstrap. Para cambiar de Material
a Bootstrap
, puede utilizar uno de los mixins integrados.
Bootstrap Light Theme
@use "igniteui-angular/theming" as *;
// IMPORTANT: Prior to Ignite UI for Angular version 13 use:
// @import '~igniteui-angular/lib/core/styles/themes/index';
@include core();
@include bootstrap-light-theme($light-bootstrap-palette);
Bootstrap Dark Theme
@use "igniteui-angular/theming" as *;
// IMPORTANT: Prior to Ignite UI for Angular version 13 use:
// @import '~igniteui-angular/lib/core/styles/themes/index';
@include core();
@include bootstrap-dark-theme($dark-bootstrap-palette);
API Overview
Ver página en
GitHub