Skip to content

Releases: excelerondesign/utilities

1.1.0 - Adds Custom Element: MultiDropdown

13 Jul 13:19
Compare
Choose a tag to compare

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.

Version 1.0.0

12 Jul 13:07
Compare
Choose a tag to compare

Initial release that can be used with CDNs like JSDelivr and possibly a github pages cdn sort of thing