Hi,
Would it be possible to introduce color and size system similar to bootstrap?
I mean the ...-color and ...-size classes for the three-dots component, just like at bootstrap colors page
I think it may be useful to use different colors/sizes of dots depending on the loader context.
I would see it as follow:
<div class="dot-flashing dot-primary dot-sm"></div>
Which would mean:
- use
dot-flashing animation
- use
primary color
- use
sm size
For Sass/Less users (Sass here!) it would be helpful too to introduce variables for each color/size.
Hi,
Would it be possible to introduce color and size system similar to bootstrap?
I mean the
...-colorand...-sizeclasses for thethree-dotscomponent, just like at bootstrap colors pageI think it may be useful to use different colors/sizes of dots depending on the loader context.
I would see it as follow:
Which would mean:
dot-flashinganimationprimarycolorsmsizeFor Sass/Less users (Sass here!) it would be helpful too to introduce variables for each color/size.