Norsk Tipping Design System

ListItemAccordion

Install

yarn add @ntds/list

Import

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

Props

PropTypeDefaultDescription
detailsReactNodeOptional content to render below the cell when dropdown is expanded.
startOpen?booleanWhether or not to render the AccordionItem expanded by default.
icon?ReactNode | FC<IconProps>An 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