adexin / spinners-react

Lightweight SVG/CSS spinners for React
https://adexin.github.io/spinners/
MIT License
408 stars 20 forks source link

Can I use scss not inline style? #12

Closed antonskrebetz closed 2 years ago

antonskrebetz commented 2 years ago

How can i use this spinners with scss styles, not inline object (style = { } ) in React.

adexin-team commented 2 years ago

Please, try to use className property: <SpinnerCircular className="my-spinner" />