Skip to content

Anchor (Text Link)

Demos

Anchor states

<Example>
<Anchor href="/uilib/components/anchor">Default Style</Anchor>
</Example>
<Example>
<Anchor href="/uilib/components/anchor" className="dnb-anchor--hover">
Hover Style
</Anchor>
</Example>
<Example>
<Anchor href="/uilib/components/anchor" className="dnb-anchor--active">
Active Style
</Anchor>
</Example>
<Example>
<Anchor href="/uilib/components/anchor" className="dnb-anchor--focus">
Focus Style
</Anchor>
</Example>

Additional Anchor helper classes

To force a specific state of style, use the following classes to do so:

Anchor modifiers

Anchor with icons

Anchor with target="_blank"

If the link opens a new window it will automatically get an icon to indicate this.

Anchor in headings

Anchor in Section

<Section spacing style_type="emerald-green">
<Anchor className="dnb-anchor--no-underline" href="https://dnb.no/">
Anchor in Section without underline
</Anchor>
</Section>