Sick of having CSS classes sprinkled everywhere just to rotate an icon?
Wish it could be more declarative to implement?
ember-toggle-it will help you easily toggle it.
Doesn't interfere with your DOM. Currently works with centered elements.
ember install ember-toggle-it
Supports Several Toggle Modes
Up-Down
Left-Right (will be inverted in rtl mode)
Left-Down (will be right-down in rtl-mode)
Supports DDAU
Supports RTL
git clone alexander-alvarez/ember-toggle-itthis repositorycd ember-toggle-itnpm installbower install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.