Skip to content

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

License

Notifications You must be signed in to change notification settings

marcus-herrmann/vue-menu-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Menu Button (Work in Progress)

Accessible menu button Short animation showing the component

DEMO

Installation:

npm install vue-menu-button --save

Usage

import { MenuWrapper, MenuItem, MenuLink } from "vue-menu-button";
<menu-wrapper>
  <template slot="menu-button"
    >Click Me
  </template>
  <template slot="menu-content">
    <menu-link><a href="/foo">A link</a></menu-link>
    <menu-link><a href="/bar">Another link</a></menu-link>
    <menu-item @click="doSomething">A menu item</menu-item>
    <menu-item @click="doSomething">Another menu item</menu-item>
  </template>
</menu-wrapper>

Background

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published