NcAppSettingsDialog
Author: John Molakvoæ skjnldsv@protonmail.com ,Author: Raimund Schlüßler raimund.schluessler@mailbox.org
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
open | Determines the open / closed state of the modal | boolean | - | |
showNavigation | Shows the navigation on desktop if true | boolean | - | false |
container | Selector for the popover container | string | - | 'body' |
title | Title of the settings | string | - | '' |
Events
Event name | Properties | Description |
---|---|---|
update:open |
Slots
Name | Description | Bindings |
---|---|---|
default |
Just nest the AppSettingSections
component into NcAppSettingsDialog
, providing the section's title prop. You can put your settings within each NcAppSettingsSection
component.
loading...