UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

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