Skip to content

mrfisher8432/ember-cool-tabs

Repository files navigation

Ember-cool-tabs

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

Installation

  • npm install --save-dev ember-cool-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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •