UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 410 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: {}, });