0.1.0 • Published 3 years ago

@labrnth/card v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@labrnth/card

A card component.

Installation

yarn add @labrnth/card

Usage

import Card from '@labrnth/card';

<Card />

Props

PropTypeDefaultDescription
withBoxShadowbooleanfalseWhether to apply a box shadow to the card.
componentanyasideThe underlying component wrapping the card.
childrenReact.ReactNodeThe contents of the card.