Skip to content

Card

Padded surface container.

Interfaces

CardProps

Defined in: src/shared/ui/Card.tsx:8

Extends

Properties

Property Type Description Defined in
elevated? boolean Slightly raised surface with a stronger shadow. src/shared/ui/Card.tsx:10

Functions

Card()

function Card(__namedParameters): Element;

Defined in: src/shared/ui/Card.tsx:16

A surface container with a hairline border and the theme radius.

Parameters

Parameter Type
__namedParameters CardProps

Returns

Element