_ButtonDestructiveLink
Composition primitive, consumed by leaf keys via composes.
Source: client/lib/theme/vueda-tailwind/controls/index.js
The destructive inline-text recipe:
--destructivetext with a 4px underline offset that appears on hover only; active deepens the label to--destructive-active. The text-weight counterpart to _ButtonDestructive, for a cautionary action that must read inline with prose rather than as a control.
| Slot | Default classes | Description |
|---|---|---|
| root | text-destructive underline-offset-4 hover:underline active:text-destructive-active | The destructive inline-text recipe: --destructive text with a 4px underline offset that appears on hover only; active deepens the label to --destructive-active. The text-weight counterpart to _ButtonDestructive, for a cautionary action that must read inline with prose rather than as a control. |
root
The destructive inline-text recipe:
--destructivetext with a 4px underline offset that appears on hover only; active deepens the label to--destructive-active. The text-weight counterpart to _ButtonDestructive, for a cautionary action that must read inline with prose rather than as a control.
Default classes:
text-destructive underline-offset-4 hover:underline active:text-destructive-active
Source: client/lib/theme/vueda-tailwind/controls/_ButtonPrimitives.theme.js:214