Components

Placeholder

<Placeholder />

Renders placeholder

Usage

import { Placeholder, PlaceholderProps } from '@adminjs/design-system'
See:

View Source adminjs-design-system/src/atoms/placeholder.tsx, line 65

Examples

Image placeholder

Text placeholder

Type Definitions

object

# PlaceholderProps

Prop Types of a Placeholder component.

Apart from standard html props it extends LayoutProps

Properties:
Name Type Attributes Description
... string <optional>

All props default to div html component like style, id etc.

... string <optional>

Props from LayoutProps

View Source adminjs-design-system/src/atoms/placeholder.tsx, line 66