Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@crpt/react-card

fantik217320MIT1.0.11

react-card React component

react-component

readme

react-card

Travis npm package Coveralls

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} />