Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifeart/els-a11y-addon
Ember Language Server a11y addon
https://github.com/lifeart/els-a11y-addon
addon els ember language-server
Last synced: 2 months ago
JSON representation
Ember Language Server a11y addon
- Host: GitHub
- URL: https://github.com/lifeart/els-a11y-addon
- Owner: lifeart
- License: mit
- Created: 2019-11-25T20:04:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T12:52:27.000Z (about 5 years ago)
- Last Synced: 2024-10-02T12:21:10.092Z (3 months ago)
- Topics: addon, els, ember, language-server
- Language: JavaScript
- Size: 63.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# els-a11y-addon
Ember Language Server a11y addonHow to use?
Install this addon as `dev-dependency` inside your ember project.
### Features
* `role` attribute autocomplete (depends on tagName)
* `aria-*` attributes enum values autocomplete_based on [aria-query](https://github.com/A11yance/aria-query)_
### NPM
`npm install els-a11y-addon --save-dev`### Yarn
`yarn add els-a11y-addon --dev`### VSCode
Install: [Unstable Ember Language Server](https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable).
* Restart `VSCode`.
## Usage
Try autocomplete for `aria-dropeffect` attribute inside templates.