Skip to content
Theme UI
GitHub

Link

import { Link } from 'theme-ui'

Variants

Link variants can be defined in the theme.links object. By default the Link component will use styles defined in theme.styles.a.

// example theme variants
{
links: {
bold: {
fontWeight: 'bold',
},
nav: {
fontWeight: 'bold',
color: 'inherit',
textDecoration: 'none',
}
}
}
Edit the page on GitHub
Previous:
Label
Next:
MenuButton