Skip to content

1.1.0 - Adds Custom Element: MultiDropdown

Latest
Compare
Choose a tag to compare
@gingerchew gingerchew released this 13 Jul 13:19
· 23 commits to main since this release

MultiDropdown

A progressive enhancement custom element to turn a group of checkboxes into a multi-select dropdown

Includes custom events dispatched on the custom element:

  • multi-dropdown:change for changes to checkbox states
  • multi-dropdown:toggle for tracking open/close states

Includes base styles + a small subsection of opinionated styles by adding the class .multi-dropdown to the <multi-dropdown> element.

Check the README for more information on how to use.