Link
Stylized anchor elements with color variants and hover states
Class Reference Basic
Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a normal link again.
P('Tailwind CSS resets the style of links by default.',
Br(),
'Add "link" class to make it look like a ',
A('normal link', cls='link'),
' again.')
Auto-import documentation coming soon...
Brand Colors
A("Primary link", cls='link link-primary'),
A("Secondary link", cls='link link-secondary'),
A("Accent link", cls='link link-accent'),
A("Neutral link", cls='link link-neutral'),
A("Success link", cls='link link-success'),
A("Info link", cls='link link-info'),
A("Warning link", cls='link link-warning'),
A("Error link", cls='link link-error')
Auto-import documentation coming soon...
Class Reference
Class | Type | Description |
---|---|---|
link | Component | Base class |
link-primary | Modifier | Primary brand color |
link-secondary | Modifier | Secondary brand color |
link-accent | Modifier | Accent color |
link-neutral | Modifier | Neutral state |
link-success | Modifier | Success state |
link-warning | Modifier | Warning state |
link-error | Modifier | Error state |
link-hover | Modifier | Hover-only underline |
Do you have a question? ask the community
Do you see a bug? open an issue on GitHub
LLMs Context: Full Markdown | This Component