Skip to Content
Archi-ui 1.0.25 is released 🎉

Link

Links are used to provide accessible navigation.

Usage

import { Link } from 'archi-ui'
<Link href='#'>Link</Link>

Underline

The underline prop can be used to set underline behavior. The default is always.

Color

Use color prop to apply different colors for component.

API reference docs for the React Link component.

Props

NameTypeDefaultDescription
childrennode-The content of the component.
classNamestring-Override or extend the styles applied to the component.
underline'always' | 'hover' | 'none''always'Controls when the link should have an underline.
color'primary' | 'secondary' | 'info' | 'warning' | 'success' | 'error''primary'The color of the component.
Last updated on