Norsk Tipping Design System

Message

Install

yarn add @ntds/message

Import

import { MessageBody } from '@ntds/message';

Props

PropTypeDefaultDescription
heading?stringOptional heading for the message Use this when the description/body has some length to it. Provide the summary in the heading.
headingLevel?HeadingLevelGive the correct heading level relative to where the message is rendered (typically current level + 1).
icon?MessageTypeThe type of icon to use
typeMessageTypeType of message (success, warning, info, neutral or error)
footer?ReactNodeContainer that typically holds actions related to the message
childrenReactNodeUsually simple text, but can be anything.

On this page