kopia lustrzana https://github.com/shoelace-style/shoelace
Add Radio Group `help-text` slot documentation (#1818)
rodzic
ac5e2d2d43
commit
1a77e603f8
|
|
@ -28,6 +28,7 @@ import type SlRadioButton from '../radio-button/radio-button.js';
|
|||
* @slot - The default slot where `<sl-radio>` or `<sl-radio-button>` elements are placed.
|
||||
* @slot label - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label`
|
||||
* attribute.
|
||||
* @slot help-text - Text that describes how to use the radio group. Alternatively, you can use the `help-text` attribute.
|
||||
*
|
||||
* @event sl-change - Emitted when the radio group's selected value changes.
|
||||
* @event sl-input - Emitted when the radio group receives user input.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue