UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 315 B
// elements/rh-tabs/rh-tab-panel.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhTabPanel as elementClass } from '@rhds/elements/elements/rh-tabs/rh-tab-panel.js'; export const TabPanel = createComponent({ tagName: 'rh-tab-panel', elementClass, react, events: {}, });