From 566528ca540cc34d75485498f537819704692941 Mon Sep 17 00:00:00 2001 From: clintcs <114178960+clintcs@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:01:59 -0600 Subject: [PATCH] Add Radio Group `help-text` slot documentation --- 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 11210183ef..f179715af8 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.