mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3864 - Image: New image and preview slots
This commit is contained in:
parent
ef4887d5a9
commit
85df7a558d
3 changed files with 42 additions and 5 deletions
|
@ -54,7 +54,11 @@ const ImageSlots = [
|
|||
description: 'Custom content for the component close.'
|
||||
},
|
||||
{
|
||||
name: 'imagePreview',
|
||||
name: 'image',
|
||||
description: 'Custom content for the component image.'
|
||||
},
|
||||
{
|
||||
name: 'preview',
|
||||
description: 'Custom content for the component preview.'
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue