ab2d56d8b3 | ||
---|---|---|
.. | ||
test | ||
README.md | ||
index.js | ||
style.scss |
README.md
Card
This component is a simple wrapper around the Card component from @wordpress/components
. It supports title
and description
props to be displayed in the card header.
Usage
<Card
title="Title"
description="Description goes here."
className="className"
>
<div>
Any card content goes here.
</div>
</Card>