nettofarah/react-flexible-switch

Class names

Closed this issue · 2 comments

Because of class names, when using with bootstrap, labels get color:#fff and become invisible.
To avoid this you should use bem style classes for example:

    .switch
    .switch--active
    .switch__label
    .switch__cirlce

or something else.

lATAl commented

@nettofarah I have the same issue