7.0.0 • Published 1 year ago

ember-aria-tabs v7.0.0

Weekly downloads
683
License
MIT
Repository
github
Last release
1 year ago

ember-aria-tabs

Build Status Ember Observer Score This project is using Percy.io for visual regression testing.

An accessible and easy tab component for EmberJS. Documentation can be found here

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above
  • ember-auto-import >= 2

Installation

ember install ember-aria-tabs

Usage

Here is a basic example:

<AriaTabs as |at|>
  <at.tabList as |tl|>
    <tl.tab>Title 1</tl.tab>
    <tl.tab>Title 2</tl.tab>
  </at.tabList>
  <at.tabPanel>
    <h2>Any content 1</h2>
  </at.tabPanel>
  <at.tabPanel>
    <h2>Any content 2</h2>
  </at.tabPanel>
</AriaTabs>

You can find more examples here.

Thanks

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

7.0.0

1 year ago

6.0.1

2 years ago

6.0.2

2 years ago

6.0.0

2 years ago

5.0.0

3 years ago

4.0.2

3 years ago

4.0.0

3 years ago

3.0.0

4 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago