0.0.2 • Published 8 years ago

ng-tabs v0.0.2

Weekly downloads
33
License
MIT
Repository
github
Last release
8 years ago

ng-tabs

A very simple tabs interface to implement in Angular.js with no other dependencies.

HTML

<tabs tab-default="1">

    <tab-nav></tab-nav>

    <tab-content tab-index="1" tab-title="My first tab">
        <!-- tab 1 content -->
    </tab-content>

    <tab-content tab-index="2" tab-title="My second tab">
        <!-- tab 2 content -->
    </tab-content>

</tabs>

CSS

Use the provided tabs.css file to style the tabs. Some basic styles have been included.