Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
  • Loading branch information
juwonjeong committed Feb 14, 2025
1 parent 803ed68 commit a26f3f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/ui/Card/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,17 @@ const CardDecorator = compose(
ForwardRef({prop: 'componentRef'})
);

/**
* A minimally styled Card read for customization by a theme.
*
* @class Card
* @memberof ui/Card
* @extends ui/Card.CardBase
* @mixes ui/Card.CardDecorator
* @omit componentRef
* @ui
* @public
*/
const Card = CardDecorator(CardBase);

export default Card;
Expand Down

0 comments on commit a26f3f1

Please sign in to comment.