Card
areas: content, extra, title
A Card container places blocks on a white background with a card border.
The Card has content
, title
and extra
areas. The title
area replaces properties.title
if defined.
Block
title
extra
content
Block Setup
id: block_id
type: Card
Settings
Card JSON Schema Definition
type: object
properties:
properties:
additionalProperties: false
properties:
bodyStyle:
description: Css style to applied to card body.
type: object
bordered:
default: true
description: Toggles rendering of the border around the card.
type: boolean
headerStyle:
description: Css style to applied to card header.
type: object
hoverable:
default: false
description: Lift up when hovering card.
type: boolean
inner:
default: false
description: Change the card style to inner.
type: boolean
size:
default: default
description: Size of the card.
enum:
- default
- small
type: string
title:
description: >-
Title to show in the title area. Overwritten by blocks in the title
content area.
type: string
type: object