Lowdefy
v3.17.2/container/Card/

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.

title
extra
content
id: block_id
type: Card

properties:
Css style to applied to card body.
Toggles rendering of the border around the card.
Css style to applied to card header.
Lift up when hovering card.
Change the card style to inner.
Size of the card.
Title to show in the title area. Overwritten by blocks in the title content area.
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