UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 290 B
// rh-surface/rh-surface.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhSurface } from '@rhds/elements/rh-surface/rh-surface.js'; export const Surface = createComponent({ tagName: 'rh-surface', elementClass: RhSurface, react, events: {}, });