_ButtonLink
Composition primitive, consumed by leaf keys via composes.
Source: client/lib/theme/vueda-tailwind/controls/index.js
The inline-text recipe:
--primarytext with a 4px underline offset that appears on hover only; active deepens the text to--primary-active. Thelinkemphasis of Button also drops the control height and horizontal padding so the affordance does not break surrounding line metrics.
| Slot | Default classes | Description |
|---|---|---|
| root | text-primary underline-offset-4 hover:underline active:text-primary-active | The inline-text recipe: --primary text with a 4px underline offset that appears on hover only; active deepens the text to --primary-active. The link emphasis of Button also drops the control height and horizontal padding so the affordance does not break surrounding line metrics. |
root
The inline-text recipe:
--primarytext with a 4px underline offset that appears on hover only; active deepens the text to--primary-active. Thelinkemphasis of Button also drops the control height and horizontal padding so the affordance does not break surrounding line metrics.
Default classes:
text-primary underline-offset-4 hover:underline active:text-primary-active
Source: client/lib/theme/vueda-tailwind/controls/_ButtonPrimitives.theme.js:132