UxHelpText
components/ux/HelpText.vue
Expandable summary/detail text with "More..."/"Less" toggle.
What does this setting do? More..
components/ux/HelpText.vue
Usage
<UxHelpText
summary = "—"
>
Content here
</UxHelpText>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| summary | String | '' | Preview text shown when collapsed |
Slots
| Slot | Description |
|---|---|
| default | Full detail text (shown when expanded) |