Components

InfoBox

<InfoBox />

Used for all type of information like:

you don't have x - please add first one"

in the system.

Usage

import { InfoBox, InfoBoxProps } from '@adminjs/design-system'
See:

View Source adminjs-design-system/src/molecules/info-box.tsx, line 45

Example

Type Definitions

object

# InfoBoxProps

Properties:
Name Type Attributes Description
title string

Title of an InfoBox

children React.ReactNode

Inner content - usually couple of Text nodes

testId string <optional>

Optional testId

View Source adminjs-design-system/src/molecules/info-box.tsx, line 60