Skip to content

forticulous/ember-ez-tabs

Repository files navigation

Ember-ez-tabs

This README outlines the details of collaborating on this Ember addon.

Installation

  • npm install --save-dev ember-ez-tabs

Usage Example

  {{#ez-tabs}}
    {{#ez-tab-list}}
      {{#ez-tab}}One{{/ez-tab}}
      {{#ez-tab}}Two{{/ez-tab}}
      {{#ez-tab}}Three{{/ez-tab}}
    {{/ez-tab-list}}
    {{#ez-tab-panel-list}}
      {{#ez-tab-panel}}Content One{{/ez-tab-panel}}
      {{#ez-tab-panel}}Content Two{{/ez-tab-panel}}
      {{#ez-tab-panel}}Content Three{{/ez-tab-panel}}
    {{/ez-tab-panel-list}}
  {{/ez-tabs}}

About

Ember Tab Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published