add missing import

pull/1860/head
Cory LaViska 2024-02-08 13:34:13 -05:00
rodzic 5edfcfa386
commit 01d49ab4ed
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -84,6 +84,8 @@ Add descriptive help text to a switch with the `help-text` attribute. For help t
```
```jsx:react
import SlSwitch from '@shoelace-style/shoelace/dist/react/checkbox';
const App = () => <SlSwitch help-text="What should the user know about the switch?">Label</SlSwitch>;
```