New to KendoReactStart a free 30-day trial

CardProps

Interface

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Sets the Card child elements.

Sets additional classes to the Card.

dir?

string

Sets the dir of the Card.

Sets the Card orientation.

The supported values are:

  • horizontal - Default
  • vertical
Default:

horizontal

style?

CSSProperties

Sets additional CSS styles to the Card.

type?

string

Sets the Card type.

The supported values are:

  • default
  • primary
  • info
  • success
  • warning
  • error
Default:

default