Skip to content

Commit

Permalink
Update packages/dnb-design-system-portal/src/docs/uilib/components/li…
Browse files Browse the repository at this point in the history
…st-format/info.mdx
  • Loading branch information
langz authored Nov 8, 2024
1 parent f0d876a commit fce72f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When the `variant` is set to a non-`text` variant, it uses [Lists](/uilib/elemen

## Formatting only

You can use the `listFormat` function without using the React Component `ListFormat`.
You can use the `listFormat` function without using the React Component `ListFormat`, to format strings, numbers, or React components (JSX) as a string. It does not return lists(ol, ul, etc).

```ts
import { listFormat } from '@dnb/eufemia/components/ListFormat'
Expand Down

0 comments on commit fce72f2

Please sign in to comment.