kopia lustrzana https://github.com/shoelace-style/shoelace
prettier
rodzic
0aca600063
commit
0a3656efc5
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue