Edit page

Panel

Panels are useful to draw attention or contain certain text on a page. They are simple containers, which can be used to help guide users through the visual hierarchy of your design.

Import Syntax

Basic Usage

This is a panel.

Panels set background-color and frame content.

Color & Style

This is a panel.

Panels set background-color and frame content.
dark

This is a panel.

Panels set background-color and frame content.
black

This is a panel.

Panels set background-color and frame content.
white

This is a panel.

Panels set background-color and frame content.
lightBlue

This is a panel.

Panels set background-color and frame content.
blue

This is a panel.

Panels set background-color and frame content.
darkBlue

This is a panel.

Panels set background-color and frame content.
noBorder

This is a panel.

Panels set background-color and frame content.
noPadding

Props

Panel default

PropertyTypeRequiredDefaultDescription
childrenNodefalse-Content of the Panel.
noBorderBoolfalse-Hide the border of the Panel.
noPaddingBoolfalse-Remove the padding from the Panel.
darkBoolfalse-Dark style Panel.
blackBoolfalse-Black style Panel.
whiteBoolfalse-White style Panel.
lightBlueBoolfalse-Light Blue style Panel.
blueBoolfalse-Blue style Panel.
darkBlueBoolfalse-Dark Blue style Panel.

PanelTitle

PropertyTypeRequiredDefaultDescription
childrenNodefalse-Content of the PanelTitle.

PanelText

PropertyTypeRequiredDefaultDescription
childrenNodefalse-Content of the PanelText.