Skip to content

Import

import { ListFormat } from '@dnb/eufemia'

Description

A ready-to-use list formatter. Use it wherever you have to display a list of strings, numbers, or elements.

Good reasons for why we have this is to:

  • uniform the creation and formatting of lists.
  • Any other good reasons?