Add Radio Group `help-text` slot documentation (#1818)

pull/1813/head^2
clintcs 2024-01-23 07:27:22 -08:00 zatwierdzone przez GitHub
rodzic ac5e2d2d43
commit 1a77e603f8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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.