# This addon is inactive
The paper-tabs are now available in ember-paper, this addon is no longer active.
http://miguelcobain.github.io/ember-paper/#/components/tabs
This is an ember-paper addon that provides an implementation of material tabs.
An exemple usage:
You can see how this addon looks like at https://cogniteev.github.io/ember-paper-tabs/
ember install ember-paper-tabsDon't forget to import your styles in your app.scss after importing ember paper styles:
@import "ember-paper";
@import "ember-paper-tabs";dynamicHeight- defaults tofalse- sets the paper-tabs height to the active tab's height.alignTabs- defaults totop- sets tabs position, values aretop|bottom.borderBottom- defaults tofalse- displays a border underneath the tabs.noInk- defaults tofalse- disables ripple effects upon click.noInkBar- defaults tofalse- displays a bar underneath active tabs.centerTabs- defaults tofalse- tabs takes all the width.stretchTabs- defaults toauto- values arealways|never|auto.autoSelect- defaults tofalse- automatically open newly added tab.
disabled- defaults tofalse.onSelect- a function called when tab is selected.onDeselect- a function called when tab is deselected.
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/.