UNPKG

@shoelace-style/react

Version:

Shoelace web components wrapped up for React.

5 lines (4 loc) 251 B
import * as React from 'react'; import { createComponent } from '@lit-labs/react'; import Component from '@shoelace-style/shoelace/dist/components/progress-ring/progress-ring'; export default createComponent(React, 'sl-progress-ring', Component, {});