Card
Interfaces¶
CardProps¶
Defined in: src/shared/ui/Card.tsx:4
Extends¶
HTMLAttributes\<HTMLDivElement>
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
elevated? |
boolean |
Slightly raised surface with a stronger shadow. | src/shared/ui/Card.tsx:6 |
Functions¶
Card()¶
Defined in: src/shared/ui/Card.tsx:12
A surface container with a hairline border and the theme radius.
Parameters¶
| Parameter | Type |
|---|---|
__namedParameters |
CardProps |
Returns¶
Element