LinkText (code)
LinkText is an interactive element that allows users to navigate to a different destination.
import { LinkText } from '@mediahuis/chameleon-react'
Props
System Props
System Props
Next to the properties listed in the propstable, a collection of system props can be added to any component for further general styling and layouting purposes. These props vary per component.
To read more about the system, click here to check out its dedicated page.
As
Branded
By default tehe LinkText has a supportive blue color. You can make it brand specifix by using the branded prop.
Disabled
Marking a LinkText as , will disable all interaction with the element.
TabIndex
Native html tabindex attribute.