Link

Usage

import { Link } from '@loomhq/lens'
<Link>Content</Link>

Variants

Href

HTML tag

Change the HTML wrapper tag with htmlTag prop.

Disabled

Examples

Ellipsis

Size

Props

name
type
default
variant
'neutral' | 'primary'
'primary'
htmlTag
'button' | 'a'
'a'
children
React.ReactNode
href
string
isDisabled
boolean
onClick
React.ReactEventHandler