From 1a77e603f83d79b3839a9361a157a72e072e9c04 Mon Sep 17 00:00:00 2001 From: clintcs <114178960+clintcs@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:27:22 -0800 Subject: [PATCH] Add Radio Group `help-text` slot documentation (#1818) --- src/components/radio-group/radio-group.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/radio-group/radio-group.component.ts b/src/components/radio-group/radio-group.component.ts index f97426ca..35db49fd 100644 --- a/src/components/radio-group/radio-group.component.ts +++ b/src/components/radio-group/radio-group.component.ts @@ -28,6 +28,7 @@ import type SlRadioButton from '../radio-button/radio-button.js'; * @slot - The default slot where `` or `` 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.