@rhds/elements
Version:
Red Hat Design System Elements
13 lines (12 loc) • 437 B
JavaScript
// 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',
},
});