UNPKG

@shoelace-style/react

Version:

Shoelace web components wrapped up for React.

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