Accessibility
Decorative icons should be hidden from assistive technology:
vue
<Dashboard aria-hidden="true" />Meaningful standalone icons should have a name and image role:
vue
<About aria-label="About" role="img" />The library does not infer accessible labels because the correct text depends on application context and language.
