UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 362 B
// elements/rh-footer/rh-footer-social-link.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhFooterSocialLink as elementClass } from '@rhds/elements/elements/rh-footer/rh-footer-social-link.js'; export const FooterSocialLink = createComponent({ tagName: 'rh-footer-social-link', elementClass, react, events: {}, });