Fixed #5020 - Add caption option to passthrough options on Card

This commit is contained in:
mertsincan 2024-01-03 11:06:19 +00:00
parent 4c57243a42
commit 8e1354d099
3 changed files with 12 additions and 5 deletions

View file

@ -4,6 +4,7 @@ const classes = {
root: 'p-card p-component',
header: 'p-card-header',
body: 'p-card-body',
caption: 'p-card-caption',
title: 'p-card-title',
subtitle: 'p-card-subtitle',
content: 'p-card-content',