Norsk Tipping Design System

DefaultListLayout

Install

yarn add @ntds/list

Import

import { DefaultListLayout } from '@ntds/list';

Props

PropTypeDefaultDescription
icon?FC<IconProps> | ReactNodeAn icon to display to the left of the title.
titleReactNodeTitle of the list item
subTitle?ReactNodeSubtitle of the list item, displayed below the title.
rightItem?ReactNodeAn item displayed on the right side of the list item. This can be an icon, button, switch, or any other React node.

On this page