pull/953/head
Cory LaViska 2022-10-03 16:19:22 -04:00
rodzic 0aca600063
commit 0a3656efc5
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -37,12 +37,7 @@ const App = () => <SlRange label="Volume" min={0} max={100} />;
Add descriptive help text to a range with the `help-text` attribute. For help texts that contain HTML, use the `help-text` slot instead.
```html preview
<sl-range
label="Volume"
help-text="Controls the volume of the current song."
min="0"
max="100"
></sl-range>
<sl-range label="Volume" help-text="Controls the volume of the current song." min="0" max="100"></sl-range>
```
```jsx react