UNPKG

@shoelace-style/react

Version:

Shoelace web components wrapped up for React.

8 lines (7 loc) 282 B
import * as React from 'react'; import { createComponent } from '@lit-labs/react'; import Component from '@shoelace-style/shoelace/dist/components/button/button'; export default createComponent(React, 'sl-button', Component, { onSlBlur: 'sl-blur', onSlFocus: 'sl-focus' });