mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5020 - Add caption option to passthrough options on Card
This commit is contained in:
parent
4c57243a42
commit
8e1354d099
3 changed files with 12 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue