woocommerce/plugins/woocommerce-admin/client/marketing/coupons/card
Gan Eng Chin ab2d56d8b3
Move card and slider into coupons directory.
2023-03-27 19:56:40 +08:00
..
test Move card and slider into coupons directory. 2023-03-27 19:56:40 +08:00
README.md Move card and slider into coupons directory. 2023-03-27 19:56:40 +08:00
index.js Move card and slider into coupons directory. 2023-03-27 19:56:40 +08:00
style.scss Move card and slider into coupons directory. 2023-03-27 19:56:40 +08:00

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>