Add ThemeProvider #1233

Closed
opened 2026-01-29 17:50:48 +00:00 by claunia · 2 comments
Owner

Originally created by @nikiGagliardi on GitHub (May 16, 2024).

Hi,

Do you think it is possible to add a provider that provides you with the current theme used?
This is very convenient if you need to interface with other libraries and want to have a standard color of the web page
I put the mudblazor link since it is already integrated into their system
https://mudblazor.com/customization/overview#variables

Thank you.
Niki

Originally created by @nikiGagliardi on GitHub (May 16, 2024). Hi, Do you think it is possible to add a provider that provides you with the current theme used? This is very convenient if you need to interface with other libraries and want to have a standard color of the web page I put the mudblazor link since it is already integrated into their system https://mudblazor.com/customization/overview#variables Thank you. Niki
Author
Owner

@akorchev commented on GitHub (May 16, 2024):

MudBlazor are using a different theming approach. Ours relies on CSS properties only and is encapsulated in CSS files. As a result those are not accessible via C# API.

@akorchev commented on GitHub (May 16, 2024): MudBlazor are using a different theming approach. Ours relies on CSS properties only and is encapsulated in CSS files. As a result those are not accessible via C# API.
Author
Owner

@nikiGagliardi commented on GitHub (May 16, 2024):

Thank you for your replay!

@nikiGagliardi commented on GitHub (May 16, 2024): Thank you for your replay!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1233