-
-
Notifications
You must be signed in to change notification settings - Fork 540
Milestone
Description
Replace the existing Blazorise.Material with the new custom implementation of Material 3 design.
To be able to support different styles of each component, we need to add new options to the AddMaterialProviders API.
builder.Services
.AddBlazorise()
.AddMaterialProviders( options =>
{
options.InputStyle = MaterialInputStyle.Filled; // or Outlined,
options.CardStyle = MaterialInputStyle.Filled; // or Eleveated, or Outlined
} )
.AddMaterialIcons();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done