@rhds/elements
Version:
Red Hat Design System Elements
11 lines (10 loc) • 327 B
JavaScript
// rh-health-index/rh-health-index.js
import { createComponent } from '@lit/react';
import react from 'react';
import { RhHealthIndex } from '@rhds/elements/rh-health-index/rh-health-index.js';
export const HealthIndex = createComponent({
tagName: 'rh-health-index',
elementClass: RhHealthIndex,
react,
events: {},
});