Norsk Tipping Design System

ListItemSwitch

Install

yarn add @ntds/list

Import

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

Props

PropTypeDefaultDescription
idstringUnique identifier for the list item switch.
switchPropsSwitchPropsProps to pass to the Switch component.
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.

On this page