### ZvSelect Help Text Configuration (Vue)
Source: https://zds.zurich.com/0.8.1/inputs/select__vue_framework=vue
Demonstrates how to provide help text for the ZvSelect component using the `help-text` parameter and the `help-text` slot. This is useful for guiding users or providing additional context. Examples show both default and 'line' configurations, as well as invalid states.
```html
Help text
```
--------------------------------
### HTML Examples
Source: https://zds.zurich.com/0.8.1/atoms/icon__web
Provides various HTML examples demonstrating different configurations of the ZIcon component.
```APIDOC
## HTML Examples
| | peach | mint | small | xs | lemon:s |
|---|---|---|---|---|---|
| solid | | | | | |
| outline | | | | | |
**Note**: The table above seems to be illustrative and might not directly translate to runnable code snippets without further context or a specific component implementation that renders based on these cells.
```
--------------------------------
### ZStageBanner HTML Examples
Source: https://zds.zurich.com/0.8.1/molecules/stage_banner__web
Provides practical HTML examples for implementing the ZStageBanner component with different configurations.
```APIDOC
## HTML Examples
### Description
Illustrative examples demonstrating various ways to use the `ZStageBanner` component with different attributes and slots.
#### Basic Usage with `shape`
```html
Content goes here
```
#### Usage with `config` and `shape`
```html
Content goes here
```
#### Usage with `pictogram`
```html
Content goes here
```
#### Usage with `image-src` attribute
```html
Content goes here
```
#### Usage with `image-src` slot
```html
Content goes here
```
#### Usage with `category` attribute
```html
Content goes here
```
#### Usage with `category` slot
```html
Welcome to ZDS
Content goes here
```
```
--------------------------------
### Alert Configuration Examples
Source: https://zds.zurich.com/0.8.1/molecules/alert__react
Provides examples of how to configure the Alert component using different `config` types.
```APIDOC
## ZrAlert Configuration Examples
### Description
These examples showcase the different `config` options available for the ZrAlert component, including 'info', 'alert', 'negative', and 'positive'.
### Method
Component Rendering
### Endpoint
N/A
### Parameters
#### Path Parameters
N/A
#### Query Parameters
N/A
#### Request Body
N/A
### Request Example
```html
This is an info alert
This is an alert alert
This is a negative alert
This is a positive alert
```
### Response
#### Success Response (200)
Displays the alert with the specified configuration.
#### Response Example
```html
```
```
--------------------------------
### Action Card HTML Example
Source: https://zds.zurich.com/0.8.1/molecules/action_card__web
A basic HTML example of an Action Card component with a description.
```html
Description Button
```
--------------------------------
### ZrMultiselect Help Text Examples
Source: https://zds.zurich.com/0.8.1/inputs/multiselect__react_framework=react
Provides examples of using the 'help-text' parameter and the 'help-text' slot for additional user guidance. It also shows how invalid states affect the display.
```jsx
Help text
```
--------------------------------
### HTML Example: Z-Switch with Label and Checked State
Source: https://zds.zurich.com/0.8.1/inputs/switch__web
An HTML example demonstrating a z-switch component that is both labeled and checked, showcasing its initial state.
```html
```
--------------------------------
### Basic Promo HTML Example
Source: https://zds.zurich.com/0.8.1/molecules/promo__web
A simple HTML example showcasing the basic structure and content of a promo component, including text and a call to action.
```html
Promotional content Go to Promotion
```
--------------------------------
### Fieldset HTML Example with Theme
Source: https://zds.zurich.com/0.8.1/layouts/fieldset
Demonstrates setting the theme for the Fieldset component using the 'z-theme' attribute, with 'dark' as an example value.
```html
```
--------------------------------
### Flag Component HTML Examples
Source: https://zds.zurich.com/0.8.1/atoms/flag
Demonstrates how to implement the Flag component in HTML using various parameters. It shows examples for setting custom fill colors via 'custom' and 'custom-str' properties, and applying a dark theme.
```html
```
--------------------------------
### Tooltip Theme Example
Source: https://zds.zurich.com/0.8.1/atoms/tooltip
Shows how to set the theme of a tooltip component using the 'z-theme' attribute. This example specifically applies the 'dark' theme.
```html
```
--------------------------------
### VerticalStepper Theme Example (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/vertical_stepper
Illustrates how to set the theme for the VerticalStepper component using the 'z-theme' attribute, with 'dark' as an example.
```html
```
--------------------------------
### ListItem Theming Example (HTML)
Source: https://zds.zurich.com/0.8.1/molecules/list_item
This example demonstrates how to apply a theme to the ListItem component using the `z-theme` attribute, which can be set to 'light' or 'dark'.
```html
```
--------------------------------
### ShareBar Customization Example (Web Components)
Source: https://zds.zurich.com/0.8.1/molecules/share_bar
This example demonstrates how to customize the ShareBar component using the 'custom-str' attribute to set background and text colors. It utilizes Web Components for implementation.
```html
Share bar
```
--------------------------------
### Tooltip CSS Customization Example
Source: https://zds.zurich.com/0.8.1/atoms/tooltip
Provides an example of customizing tooltip appearance using CSS variables. It demonstrates setting the font color and background color.
```css
:root {
--z-tooltip--color: #ffffff;
--z-tooltip--bg: #333333;
}
```
--------------------------------
### Configured ColorInput HTML Example
Source: https://zds.zurich.com/0.8.1/inputs/color_input__web
This HTML example showcases a more configured ColorInput component with attributes like 'size', 'line-version', 'readonly', and 'disabled'. It also includes slots for 'label' and 'help-text' to provide more context and guidance to the user.
```html
Select your favorite colorThis is a helper text for the color input.
```
--------------------------------
### TextInput Theme Example (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/text_input
Illustrates how to set the visual theme of the TextInput component using the `z-theme` attribute. This example applies the 'dark' theme.
```html
```
--------------------------------
### Profile Component Usage Examples
Source: https://zds.zurich.com/0.8.1/atoms/profile__react_framework=react
Demonstrates various ways to use the ZrProfile component, including setting content via the 'content' prop or default slot, and displaying it with different initial values.
```html
AA
```
--------------------------------
### Use ListItem with Header, Content, and Timestamp (Vue)
Source: https://zds.zurich.com/0.8.1/molecules/list_item__vue_framework=vue
An example of a ListItem component configured with header, content, and timestamp attributes. This showcases a more complete list item setup.
```html
```
--------------------------------
### Image Component - Size Configuration
Source: https://zds.zurich.com/0.8.1/atoms/image__angular
Examples demonstrating how to set the column size for the Image component.
```APIDOC
## Size Configuration
### `size` Parameter
The `size` parameter determines the width of the image within its grid column.
#### Accepted values for `size`:
- `"2"`
- `"3"`
- `"4"`
- `"5"`
- `"6"`
### Request Examples
```html
```
### Response
This component renders an `` tag. The success response is the rendered image. No specific JSON response is applicable.
```
--------------------------------
### Basic ZvAvatarList Usage (Vue)
Source: https://zds.zurich.com/0.8.1/molecules/avatar_list__vue
Illustrates the basic structure for using the ZvAvatarList component. This example shows an empty component without any profiles, serving as a starting point.
```html
```
--------------------------------
### Implement Tile Component with Parameters (Web Components)
Source: https://zds.zurich.com/0.8.1/molecules/tile
Demonstrates how to implement the Tile component using Web Components, configuring various parameters such as image source, header, content, and custom styling via `custom-str`. This example showcases setting a background and text color for the tile.
```html
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec purus nec nunc ultricies lacinia. Donec auctor, nunc nec ultricies lacinia, nunc nunc ultr
```
--------------------------------
### Set Date Range for Calendar (Angular)
Source: https://zds.zurich.com/0.8.1/inputs/calendar__angular
This example demonstrates how to define a selectable date range for the ZaCalendar component using the `range` property, which accepts an array of start and end dates.
```html
```
--------------------------------
### Import All Web Components via CDN (HTML)
Source: https://zds.zurich.com/0.8.1/getting-started/packages/web-components
This snippet demonstrates how to import all web components and their styles from a CDN into the
of an HTML document. This is the fastest way to get started.
```html
```
--------------------------------
### Using ZrTabs with Model Attribute (HTML)
Source: https://zds.zurich.com/0.8.1/layouts/tabs__react_framework=react
This example demonstrates how to use the `model` attribute in the ZrTabs component to set the initially active tab. The `model` attribute expects a numerical index starting from 1. Hardcoding this value can lead to non-reactive behavior.
```html
HTML - Lorem ipsum dolor sit amet, consectetur adipiscing elit.
CSS - Lorem ipsum dolor sit amet, consectetur adipiscing elit.
JS - Lorem ipsum dolor sit amet, consectetur adipiscing elit.
```
--------------------------------
### Define ProgressTracker Steps using Options (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/progress_tracker__vue_framework=vue
This example demonstrates how to define the steps for the ProgressTracker component using `
Tags
Source: https://zds.zurich.com/0.8.1/inputs/select__react
This example shows how to define the options for the Select component using standard HTML `
` tags. Each option has a value and displayed text. This method is a convenient way to populate the select list.
```html
Option A
Option B
Option C
Option D
```
--------------------------------
### Tooltip HTML Example
Source: https://zds.zurich.com/0.8.1/atoms/tooltip
Demonstrates how to implement a tooltip using HTML with custom styling. It shows the use of the 'custom' attribute to set specific CSS properties like fill color.
```html
```
--------------------------------
### HTML Example: Invalid Z-Switch
Source: https://zds.zurich.com/0.8.1/inputs/switch__web
An HTML example of an invalid z-switch component. This visually indicates an error state.
```html
```
--------------------------------
### HTML Example: Disabled Z-Switch
Source: https://zds.zurich.com/0.8.1/inputs/switch__web
An HTML example showing a disabled z-switch component. This prevents user interaction.
```html
```
--------------------------------
### SnapScroll Theme Parameter Example
Source: https://zds.zurich.com/0.8.1/layouts/snap_scroll
This example demonstrates setting the theme of the SnapScroll component to 'dark' using the 'z-theme' attribute.
```html
```
--------------------------------
### Setting Initial Modal State (HTML)
Source: https://zds.zurich.com/0.8.1/layouts/modal__angular
Illustrates how to set the initial state of the modal to be open using the 'open' flag. This is intended for initial setup without a reactive control loop.
```html
Content
```
--------------------------------
### MultiInput Theme Example (Web Components)
Source: https://zds.zurich.com/0.8.1/inputs/multi_input
Illustrates how to set the visual theme of the MultiInput component using the 'z-theme' attribute. This allows switching between 'light' and 'dark' themes.
```html
```
--------------------------------
### SelectionTag HTML Examples
Source: https://zds.zurich.com/0.8.1/inputs/selection_tag__web
Provides visual examples of the z-selection-tag component in different states, including checked and disabled variations.
```html
| - | checked
---|---|---
- | Tag | Tag
disabled | Tag | Tag
```
--------------------------------
### Example Icon Renderings (HTML Table)
Source: https://zds.zurich.com/0.8.1/atoms/icon__css
This section provides a visual representation of various icon renderings based on different size and color configurations, demonstrating the application of modifiers.
```html
| - | peach | mint | small | xs | lemon:s
---|---|---|---|---|---|---
solid | __ | __ | __ | __ | __ | __
outline | __ | __ | __ | __ | __ | __
```
--------------------------------
### Combine
Tags and Slots for Select Options
Source: https://zds.zurich.com/0.8.1/inputs/select__react
This example demonstrates a hybrid approach to defining select options, combining `
` tags for basic values with slots for custom content. Note that the label defaults to the inner text of the `
```
--------------------------------
### Playground Output Example for Z-Tabs
Source: https://zds.zurich.com/0.8.1/layouts/tabs__web
Demonstrates a possible output from the Z-Tabs component's playground. This example shows the active tab is '1'.
```html
1
```
--------------------------------
### RangeInput Theme Example (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/range_input
Shows how to set the theme of the RangeInput component using the 'z-theme' attribute. This example applies the 'dark' theme.
```html
```
--------------------------------
### MultiInput Customization Example (Web Components)
Source: https://zds.zurich.com/0.8.1/inputs/multi_input
Demonstrates how to apply custom CSS properties to the MultiInput component using the 'custom' attribute. This allows for dynamic styling of the input element.
```html
```
--------------------------------
### ZrButton with Only Icon and Configurations
Source: https://zds.zurich.com/0.8.1/atoms/button__react
Illustrates using a button with only an icon, and how to apply different configurations (type, size) and icon styles when no text is present.
```html
```
--------------------------------
### Install Design Tokens via NPM
Source: https://zds.zurich.com/0.8.1/getting-started/packages/design-tokens
Installs the @zurich/design-tokens package using NPM. This is suitable for NPM-style build systems and local development.
```bash
npm i @zurich/design-tokens
```
--------------------------------
### Promo Component Implementation (Web Components)
Source: https://zds.zurich.com/0.8.1/molecules/promo
Example of how to implement the Promo component using Web Components. It demonstrates setting various properties like category, config, custom-str, and header to configure the promo's appearance and content. The 'custom-str' property allows for direct CSS variable customization.
```html
Promotional content
```
--------------------------------
### Fieldset HTML Example with Customization
Source: https://zds.zurich.com/0.8.1/layouts/fieldset
Demonstrates how to implement a Fieldset component in HTML, including setting custom string properties for color and font, and providing a legend. It also shows nested z-text-input elements.
```html
```
--------------------------------
### Install CSS Components (NPM)
Source: https://zds.zurich.com/0.8.1/getting-started/how_to_start/how_it_works
Installs the CSS components package as a development dependency in your project. This is typically done in the root of the project where the package.json file is located.
```sh
npm i -D @zurich/css-components
```
--------------------------------
### Profile Component Status Examples
Source: https://zds.zurich.com/0.8.1/atoms/profile__react_framework=react
Illustrates how to set the online status of the ZrProfile component using the 'status' parameter. Supported values are 'online', 'absent', and 'occupied'.
```html
AZ
AZ
AZ
```
--------------------------------
### Install Angular Components using NPM
Source: https://zds.zurich.com/0.8.1/getting-started/packages/angular-components
Installs the `@zurich/angular-components` package as a development dependency using NPM. This command should be executed in your project's root directory.
```shell
npm i -D @zurich/angular-components
```
--------------------------------
### SnapScroll Custom Parameter Example
Source: https://zds.zurich.com/0.8.1/layouts/snap_scroll
This example shows how to set custom CSS tokens for the SnapScroll component using the 'custom' attribute, which accepts a JSON string.
```html
" />
```
--------------------------------
### SelectableCards Flags Examples
Source: https://zds.zurich.com/0.8.1/inputs/selectable_cards__angular
Provides examples of using various flags like `disabled`, `invalid`, `horizontal`, and `compact` to modify the component's appearance and behavior.
```APIDOC
## SelectableCards Flags Examples
### Description
This section details the usage of boolean flags to control the state and layout of the `za-selectable-cards` component.
### Method
Component Input Binding (Boolean Flags)
### Endpoint
N/A
### Parameters
#### Flags
- **`disabled`** (boolean): Applies to the entire component, disabling all selectable cards.
- **`invalid`** (boolean): Marks the component's input state as invalid, often used for form validation feedback.
- **`horizontal`** (boolean): Arranges the cards in a horizontal layout.
- **`compact`** (boolean): Reduces the padding and spacing within the cards for a more compact appearance.
### Request Example
**Disabled Example:**
```html
```
--------------------------------
### Basic Icon Usage
Source: https://zds.zurich.com/0.8.1/atoms/icon
Demonstrates the basic usage of the Icon component with its name and optional style. The 'icon' parameter takes a pattern of '', where 'style' defaults to 'solid'.
```html
```
--------------------------------
### ZaSelect Help Text Parameter and Slot
Source: https://zds.zurich.com/0.8.1/inputs/select__angular
Shows how to provide help text for the ZaSelect component using the `help-text` parameter. It also demonstrates using the `help-text` slot for custom help content and includes examples with the `invalid` and `config='line'` attributes.
```html
Help text
```
--------------------------------
### Resizer Component Initialization with Custom CSS Properties (Web Components)
Source: https://zds.zurich.com/0.8.1/functionalities/request
Demonstrates how to initialize the Resizer component with custom CSS properties using the 'custom' attribute. This attribute accepts a stringified JSON object.
```html
```
--------------------------------
### ListItem Customization Example with String (HTML)
Source: https://zds.zurich.com/0.8.1/molecules/list_item
This example shows how to customize the ListItem component using the `custom-str` attribute, which accepts a string of key-value pairs separated by semicolons.
```html
```
--------------------------------
### Carousel Configuration Examples
Source: https://zds.zurich.com/0.8.1/layouts/carousel__vue
Examples demonstrating how to use the `config` attribute to customize carousel navigation arrows and dot positions, as well as combining these settings.
```APIDOC
## Carousel Configuration (`config` attribute)
### Description
The `config` attribute is used to customize the interaction components of the carousel, specifically the navigation arrows and dots. It accepts a string with modifiers separated by colons.
### Parameters
#### `config` Modifiers
- **Arrows**: `circle`, `chevron`, `semi`
- **Dots Position**: `center`, `left`, `right`
- **Navigation**: `nav` (requires dots configuration)
### Examples
#### Arrow Styling
```html
```
#### Dots Position
```html
```
#### Dots with Navigation
```html
```
#### Combined Modifiers (`arrows:dots:nav`)
```html
```
```
--------------------------------
### RangeInput Customization Example (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/range_input
Demonstrates how to apply custom CSS properties to the RangeInput component using the 'custom' attribute. This example sets the 'fill' color to '#06e7a3'.
```html
```
--------------------------------
### ZaTile with Image and Actions
Source: https://zds.zurich.com/0.8.1/molecules/tile__angular
Illustrates how to configure the ZaTile component with an image source and custom action buttons.
```APIDOC
## ZaTile with Image and Actions
### Description
This example demonstrates how to use the `image-src` attribute or the `image-src` slot to display an image within the `za-tile` component. It also shows how to include custom actions using the `actions` slot with `za-button-group` and `za-button` components.
### Method
N/A (Component Usage)
### Endpoint
N/A (Component Usage)
### Parameters
#### Image Configuration
- **image-src** (string) - The URL of the image to display.
- **image-src** (slot) - Used to provide an image element for the tile.
#### Actions Configuration
- **actions** (slot) - Accepts a `za-button-group` to define custom actions.
### Request Example
```html
Tile content
Tile content
Visit
Save
```
### Response
N/A (Component Usage)
#### Success Response (200)
N/A (Component Usage)
#### Response Example
N/A (Component Usage)
```
--------------------------------
### Icon Configuration (Size and Color)
Source: https://zds.zurich.com/0.8.1/atoms/icon
Illustrates how to configure the Icon component's size and color using the 'config' parameter. The 'config' parameter follows the pattern '', with default size 'm' and various color options.
```html
```
--------------------------------
### Install Web Components (NPM)
Source: https://zds.zurich.com/0.8.1/getting-started/how_to_start/how_it_works
Installs the Web Components package as a development dependency in your project. Similar to CSS components, this command should be executed in the project's root directory.
```sh
npm i -D @zurich/web-components
```
--------------------------------
### Open Modal Example
Source: https://zds.zurich.com/0.8.1/layouts/modal__web
Demonstrates how to use the ZModal component with a button to open it. The `model` parameter controls the visibility of the modal. It's recommended to use a variable for `model` to ensure reactivity.
```html
Open modal
Content of the modal
```
--------------------------------
### ListItem Customization Example (HTML)
Source: https://zds.zurich.com/0.8.1/molecules/list_item
This example demonstrates how to customize the ListItem component using the `custom` attribute, which accepts a JSON string of key-value pairs for CSS custom tokens.
```html
```
--------------------------------
### Resizer Component Initialization with Theme (Web Components)
Source: https://zds.zurich.com/0.8.1/functionalities/request
Shows how to set the theme of the Resizer component using the 'z-theme' attribute. The available themes are 'light' and 'dark'.
```html
```
--------------------------------
### ZvLoader Usage Examples (Vue)
Source: https://zds.zurich.com/0.8.1/atoms/loader__vue_framework=vue
Provides various examples of how to use the ZvLoader component, including default usage, with text content via slot and prop, and with an empty content.
```html
Loading text
```
--------------------------------
### Image Component - Aspect Ratio Configuration
Source: https://zds.zurich.com/0.8.1/atoms/image__angular
Examples showcasing different aspect ratio configurations for the Image component.
```APIDOC
## Aspect Ratio Examples
### `config` Parameter
The `config` parameter controls the aspect ratio of the image. It accepts predefined values or a combination with `round` for rounded corners.
#### Accepted values for `config`:
- `"full-width"`
- `"3:2"`
- `"1:1"`
- `"4:3"`
- `"16:9"`
- `"round"` (for `1:1` aspect ratio with rounding)
- `"1:1:round"` (explicitly `1:1` aspect ratio with rounding)
### Request Examples
```html
```
### Response
This component renders an `` tag. The success response is the rendered image. No specific JSON response is applicable.
```
--------------------------------
### Install Dev Utils Locally via npm
Source: https://zds.zurich.com/0.8.1/getting-started/packages/dev-utils
Install the @zurich/dev-utils package as a development dependency using npm. This allows access to all provided tools, including SCSS.
```bash
npm i -D @zurich/dev-utils
```
--------------------------------
### Install vsts-npm-auth for Windows
Source: https://zds.zurich.com/0.8.1/getting-started/packages/index
Installs the vsts-npm-auth tool globally, which is required for authenticating with Azure DevOps artifact feeds. This command ensures the tool is available for subsequent authentication steps.
```bash
npm i -g vsts-npm-auth --registry https://registry.npmjs.org --always-auth true --no-save
```
--------------------------------
### Enabling Search Feature
Source: https://zds.zurich.com/0.8.1/inputs/multiselect__vue_framework=vue
This example shows how to enable the internal search functionality for the Multiselect component using the `with-search` flag. It also demonstrates setting a custom placeholder for the search input.
```html
```
--------------------------------
### PasswordInput Theme Example (HTML)
Source: https://zds.zurich.com/0.8.1/inputs/password_input
Shows how to set the visual theme (e.g., 'dark') for the PasswordInput component using the 'z-theme' attribute.
```html
```
--------------------------------
### MobileNavBar HTML Example with Theme
Source: https://zds.zurich.com/0.8.1/organisms/mobile_nav_bar
This example illustrates how to set the theme for the MobileNavBar component directly in HTML. The 'z-theme' attribute can be set to 'light' or 'dark' to control the component's appearance.
```html
```
--------------------------------
### Selection Tag JSON Customization Example
Source: https://zds.zurich.com/0.8.1/inputs/selection_tag
Provides an example of how to use the `custom` property in a JSON string format to define CSS custom tokens for the Selection Tag component.
```html
```
--------------------------------
### Basic ZrPromo Usage with Image
Source: https://zds.zurich.com/0.8.1/molecules/promo__react_framework=react
Shows a basic implementation of the ZrPromo component, setting a header and an image source URL. This is a fundamental way to display promotional content with an associated image.
```jsx
```
--------------------------------
### Basic ZvTagsSelect Usage with Options Array
Source: https://zds.zurich.com/0.8.1/inputs/tags_select__vue
This example demonstrates the basic usage of the ZvTagsSelect component by passing an array of options directly to the 'options' prop. Each option object must contain 'text' and 'value' keys. The 'disabled' key can be used to disable specific options.
```html
```
--------------------------------
### Button with Different Configurations (HTML)
Source: https://zds.zurich.com/0.8.1/atoms/button__vue
Provides examples of how to apply different configurations to the ZvButton component, including type (primary, secondary, negative, positive, link) and size (xs, s, m, l).
```html
Button
Button
Button
Button
Button
Button
Button
Button
Button
```
--------------------------------
### ArticleCard Customization Example (HTML)
Source: https://zds.zurich.com/0.8.1/molecules/article_card
Demonstrates how to use the `custom-str` attribute to customize the appearance of the ArticleCard component, including dimensions, background color, text color, and shadow. This example utilizes HTML for implementation.
```html
Card content
```
--------------------------------
### Basic HTML Carousel Structure Example
Source: https://zds.zurich.com/0.8.1/layouts/carousel__web
A basic HTML structure for a carousel, utilizing the `` element with slotted content for individual slides. This example shows the fundamental markup for creating carousel slides in HTML.
```html
Slide 1
Slide 2
Slide 3
```
--------------------------------
### Providing RadioSelect Help Text using Parameter
Source: https://zds.zurich.com/0.8.1/inputs/radio_select__react
Demonstrates how to use the `help-text` parameter to provide descriptive text for the RadioSelect component. This enhances user understanding.
```html