Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/marcus-herrmann/vue-menu-button

Accessible menu button component for Vue 2, following WAI-ARIA 1.1 authoring practices
https://github.com/marcus-herrmann/vue-menu-button

Last synced: 3 months ago
JSON representation

Accessible menu button component for Vue 2, following WAI-ARIA 1.1 authoring practices

Lists

README

        

# Vue Menu Button (Work in Progress)

Accessible menu button
![Short animation showing the component](https://media.giphy.com/media/2kLXAWlfgu5YwHcIG5/giphy.gif)

[**DEMO**](https://codesandbox.io/s/zqv3170qlp)

## Installation:
```bash
npm install vue-menu-button --save
```

## Usage

```js
import { MenuWrapper, MenuItem, MenuLink } from "vue-menu-button";
```

```xml

Click Me


A link
Another link
A menu item
Another menu item

```

### Background
* Why I built this component: https://marcus.io/blog/a11y-app-menu-button
* Short tutorial from W3C: https://www.w3.org/WAI/tutorials/menus/application-menus/