Skip to content

Import

import { Lead } from '@dnb/eufemia/elements'

Description

A lead paragraph is the opening paragraph of an article, etc.

Relevant links

Paragraph class modifiers

Eufemia comes with several styles you can use on paragraphs and other HTML text elements, where .dnb-p--lead is one of them.

Demos

Default lead

Lead with Anchor / Text Link looks great!

Code Editor
<div>
  <Lead>Default lead</Lead>
  <Lead>
    Lead with <Anchor href="/">Anchor / Text Link</Anchor> looks great!
  </Lead>
</div>