frend / frend.co

Frend — A collection of accessible, modern front-end components.

Home Page:http://frend.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure components are structured in a way that properly supports multiple instance initialisation

adamduncan opened this issue · comments

A few selectors are currently scoped based on document.querySelectorAll's not per component instance. Introduces issues when deferring initialisation of components, events, roles etc.

  • Accordion
  • Off Canvas
  • Tabs
  • Tooltip