halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.01k stars 118 forks source link

[Feature request] Put label before switch #124

Open KaKi87 opened 2 years ago

KaKi87 commented 2 years ago

Hello,

I'm desperately trying to put a switch's label before itself.

I tried :

Until I realized the switch uses :before and :after.

So, it would be nice to have a modifier class for the switch component in order to position its label before itself.

Thanks !