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

This commit is contained in:
clintcs
2024-01-23 07:27:22 -08:00
committed by GitHub
parent ac5e2d2d43
commit 1a77e603f8

View File

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