react-card
Card component.
Usage
import { Card, CardLine } from "@crpt/react-card";
<Card>
<CardLine>Card line content.</CardLine>
</Card>
| PropName | Описание | Пример |
|---|---|---|
| theme: Object | Theme object, can be found in themes directory. | <Card theme={defaultTheme} /> |


