Demos
Unordered Lists
- Item 1
- Item 2
- Item 3
- Item 1
Break with a Anchor (Text Link - Item 2
- Item 1
- Item 4
Ordered Lists (nested)
Nested <ol>
list by using .dnb-ol--nested
.
- Item
- Item
- Item
- Item
- Item
- Item
- Item
- Item
- Item
- Item
Ordered list style position (outside vs inside)
The list marker will be inside of wrapped text / text with newlines.
Nested <ol>
with inside modifier .dnb-ol--inside
.
- Using
dnb-ol--outside
(default): Using Porta commodo tempus interdum habitant urna magna aliquet quam nisl- Porta commodo tempus interdum habitant urna magna aliquet quam nisl
- New ol, using
dnb-ol--inside
: Porta commodo tempus interdum habitant urna magna aliquet quam nisl- Porta commodo tempus interdum habitant urna magna aliquet quam nisl
Ordered list with other types
Ordered lists do support natively other types, like letters and roman numerals. You can define that by using the type
HTML attribute.
<ol>
with custom type.
- Item
- Item
- Item
- Item
- Item
- Item
- Item
Definition Lists
Use Definition Lists when ever you have to tie together any items that have a direct relationship with each other (name/value sets).
You can use multiples of <dt>
and <dd>
within a definition list.
You can also use block level elements in the definition description, such as the <p>
and <ul>
elements. But you cannot use block level elements inside a definition term.
Any styling can be applied.
- Term
- Description
- Term
- Description 1
- Description 2
- Description 3
- Sub Term
- Sub Description
Definition List in horizontal direction
When using the layout="horizontal"
property, the term and description will be wrapped in a Dl.Item
element. You can only use one Dd
element per Dt
element.
The term and description are aligned on the bottom.
- Term 1
- Description 1
- Term 2
- Description 2
- A term with several words lorem dolor sit amet consectetur adipiscing
- Description with several words lorem nulla mi posuere cubilia vel vulputate
Definition List with a Grid pattern
You can only use one Dd
element per Dt
element.
The term and description are aligned on the bottom.
- Term 1
- Description 1
- Term 2
- Description 2
- A term with several words lorem dolor sit amet
- Description with several words lorem nulla mi posuere cubilia vel vulputate
Remove list styles
- ul Item
- ol Item
- dl Title
- dl Description