UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

9 lines (8 loc) 217 B
import SynPrioNav from './prio-nav.component.js'; export * from './prio-nav.component.js'; export default SynPrioNav; declare global { interface HTMLElementTagNameMap { 'syn-prio-nav': SynPrioNav; } }