Plugin components

The following plugin UI components are available for DocSpace plugins:

Name Description
Box A container that lays out its contents in one direction. Box provides general CSS capabilities like flexbox layout, paddings, background color, border, and animation.
Button A component that is used for an action on a page.
Checkbox Custom checkbox input.
ComboBox Custom combo box input.
Component A component that is used to add components into Box.
CreateDialog Modal dialog for creating certain item (file, folder, etc.).
IFrame A component that is used to embed a third-party website into a modal window or the settings page.
img A component that is used to embed an image not from the assets folder into a modal window or the settings page.
Input Input field for single-line strings.
Label Field name in the form.
ModalDialog Modal dialog.
Skeleton A component that is used to hide components during uploading.
Text Plain text.
TextArea Custom textarea.
Toast Toast.
ToggleButton Custom toggle button input.