mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
ZoomIn and zoomOut props added
This commit is contained in:
parent
fd29176b48
commit
5f57291418
3 changed files with 53 additions and 5 deletions
|
@ -10,6 +10,18 @@ const ImageProps = [
|
|||
type: 'string',
|
||||
default: 'pi pi-eye',
|
||||
description: 'Custom indicator icon.'
|
||||
},
|
||||
{
|
||||
name: 'zoomInDisabled',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Disable the zoom-in button'
|
||||
},
|
||||
{
|
||||
name: 'zoomOutDisabled',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Disable the zoom-out button'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue