mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
sidebar doc updates
This commit is contained in:
parent
33ac6be80c
commit
52f5e5b9a6
5 changed files with 16 additions and 9 deletions
|
@ -46,6 +46,12 @@ const SidebarProps = [
|
|||
type: 'string',
|
||||
default: 'close',
|
||||
description: 'Aria label of the close icon.'
|
||||
},
|
||||
{
|
||||
name: 'blockScroll',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Whether background scroll should be blocked when sidebar is visible.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue