UNPKG

@shoelace-style/react

Version:

Shoelace web components wrapped up for React.

7 lines (6 loc) 259 B
import * as React from 'react'; import { createComponent } from '@lit-labs/react'; import Component from '@shoelace-style/shoelace/dist/components/rating/rating'; export default createComponent(React, 'sl-rating', Component, { onSlChange: 'sl-change' });