danilowoz / react-content-loader

⚪ SVG-Powered component to easily create skeleton loadings.
https://skeletonreact.com
MIT License
13.77k stars 420 forks source link

Different forgroundColor for one of the Rect #310

Open hgjura opened 1 year ago

hgjura commented 1 year ago

I have a question. I am using this library in a situation where there are 4 Rect. Three of them use the default foregroundColor and it works great. But I have this special use case, where one of the Rect needs to have a different foreground/background Color. Is that possible somehow?

Thanks