knownasilya / ember-toggle

Checkbox based Toggle Switches for Ember
http://knownasilya.github.io/ember-toggle/
MIT License
112 stars 52 forks source link

Theme is not displaying, only seeing checkbox #130

Closed brandonbryant12 closed 4 years ago

brandonbryant12 commented 4 years ago

Is there any css to import? I cannot get themes to show up

knownasilya commented 4 years ago

What does your config look like? https://github.com/knownasilya/ember-toggle#configuring specifically includedThemes and defaultTheme?

knownasilya commented 4 years ago

If you didn't define includedThemes, all themes are included and the default is 'default'. The CSS should be automatically imported.

knownasilya commented 4 years ago

Did you get it working?