UNPKG

@rhds/elements

Version:
13 lines (12 loc) 437 B
// rh-navigation-vertical/rh-navigation-vertical-list.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhNavigationVerticalList } from '@rhds/elements/rh-navigation-vertical/rh-navigation-vertical-list.js'; export const NavigationVerticalList = createComponent({ tagName: 'rh-navigation-vertical-list', elementClass: RhNavigationVerticalList, react, events: { onToggle: 'toggle', }, });