Skip to content

Commit

Permalink
docs(Typography): fix console warning when using class (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed May 31, 2023
1 parent 252a10b commit 4612570
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ import { H1, H2, ... } from '@dnb/eufemia/elements'

## Anchor

- `.dnb-anchor` <a href="/" class="dnb-anchor">Anchor with default style</a>
- `.dnb-anchor--hover` <a href="/" class="dnb-anchor dnb-anchor--hover">Hover Style</a>
- `.dnb-anchor--active` <a href="/" class="dnb-anchor dnb-anchor--active">Active Style</a>
- `.dnb-anchor--focus` <a href="/" class="dnb-anchor dnb-anchor--focus">Focus Style</a>
- `.dnb-anchor` <a href="/" className="dnb-anchor">Anchor with default style</a>
- `.dnb-anchor--hover` <a href="/" className="dnb-anchor dnb-anchor--hover">Hover Style</a>
- `.dnb-anchor--active` <a href="/" className="dnb-anchor dnb-anchor--active">Active Style</a>
- `.dnb-anchor--focus` <a href="/" className="dnb-anchor dnb-anchor--focus">Focus Style</a>

Read more about the [Anchor / Text Link](/uilib/elements/anchor)

Expand Down

0 comments on commit 4612570

Please sign in to comment.