Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/concordnow/ember-aria-tabs
An accessible and easy tab component for Ember.js
https://github.com/concordnow/ember-aria-tabs
aria ember ember-addon hacktoberfest tabs
Last synced: 2 months ago
JSON representation
An accessible and easy tab component for Ember.js
- Host: GitHub
- URL: https://github.com/concordnow/ember-aria-tabs
- Owner: concordnow
- License: mit
- Created: 2019-06-26T07:54:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T15:11:01.000Z (over 1 year ago)
- Last Synced: 2024-10-28T22:10:41.139Z (3 months ago)
- Topics: aria, ember, ember-addon, hacktoberfest, tabs
- Language: JavaScript
- Homepage: https://concordnow.github.io/ember-aria-tabs/
- Size: 18 MB
- Stars: 12
- Watchers: 9
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
ember-aria-tabs
==============================================================================[![Build Status](https://github.com/concordnow/ember-aria-tabs/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/concordnow/ember-aria-tabs/actions/workflows/main.yml)
[![Ember Observer Score](https://emberobserver.com/badges/ember-aria-tabs.svg)](https://emberobserver.com/addons/ember-aria-tabs)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/concordnow/ember-aria-tabs)An accessible and easy tab component for EmberJS. Documentation can be found [here](https://concordnow.github.io/ember-aria-tabs/)
Compatibility
------------------------------------------------------------------------------* Ember.js v3.20 or above
* Ember CLI v3.20 or above
* Node.js v12 or above
* ember-auto-import >= 2Installation
------------------------------------------------------------------------------```
ember install ember-aria-tabs
```Usage
------------------------------------------------------------------------------Here is a basic example:
```hbs
Title 1
Title 2
Any content 1
Any content 2
```
You can find more examples [here](https://concordnow.github.io/ember-aria-tabs/#/docs/examples).
Thanks
------------------------------------------------------------------------------* [react-tabs](https://github.com/reactjs/react-tabs)
Contributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).