sidebar doc updates

This commit is contained in:
Bahadır Sofuoğlu 2023-01-04 13:12:04 +03:00
parent 33ac6be80c
commit 52f5e5b9a6
5 changed files with 16 additions and 9 deletions

View file

@ -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.'
}
];