Skip to content

Material 3 provider #6225

@stsrki

Description

@stsrki

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();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions