Accessible dropdown menu for Anypoint platform
npm install @anypoint-web-components/anypoint-dropdownThis component has been moved to anypoint-web-components/awc.
-----
An element that displays content inside a fixed-position container, positioned relative to another element.
Partially inspired by anypoint-dropdown


The element does not offer aria-* or role attributes. The elements that uses this element should set an appropriate role and aria to the context.
``sh`
npm install --save @anypoint-web-components/anypoint-dropdown
`html`
Hello!
`sh`
git clone https://github.com/anypoint-web-components/anypoint-dropdown
cd anypoint-dropdown
npm install
`sh`
npm start
`sh``
npm test