Material에서 Fluent 테마로 전환
버전 8.2
부터 구성 요소 Microsoft Fluent Design System
에서 영감을 받은 새로운 테마가 포함됩니다.
Material
에서 Fluent
로 전환하려면 내장 믹스인 중 하나를 사용할 수 있습니다.
Word 및 Excel 팔레트를 지원합니다. 이를 사용하려면 $light-fluent-excel-palette
또는 $light-fluent-word-palette
두 맵 중 하나를 테마 믹스인에 전달하세요.
Fluent 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 fluent-light-theme($light-fluent-excel-palette);
Fluent 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 fluent-dark-theme($dark-fluent-excel-palette);
API Overview
에서 페이지 보기
GitHub