faso / Faso.Blazor.SpinKit

🔄 Blazor component wrappers around SpinKit
MIT License
30 stars 1 forks source link

Ability to override color style #1

Open schaveyt opened 3 years ago

schaveyt commented 3 years ago

Thank you very much for publishing and share this library!

I have a bit of a different theme on my project where the current color of #333 will not be suitable.

Would you consider exposing a Property in the <SpinKit****> component to allow for additional custom classes to be applied?

I am using tailwindcss v2 for my styling and need to something like this

<SpinKitWave CustomClass="bg-blue-800" />
faso commented 3 years ago

Sorry for taking so long to get back to you on this. Great idea, I will implement it very soon!

pwisk commented 2 years ago

Has the feature already been implemented? I'm looking for an option to change the color. Class override in css doesn't work.