Panel

The panel component is the baseline for numerous components such as modals, card, notifications, and more. Panel containers hold all sort of elements, and their size is determined by the space those elements occupy.

Level

The panel has 4 levels of shadows.

TypeDefault Value
string1
Level 1
Level 2
Level 3
Level 4
<NVStack Vertical Fill Gutter="8" P="8">
  <NVPanel Level="1">Panel</NVPanel>
  <NVPanel Level="2">Panel</NVPanel>
  <NVPanel Level="3">Panel</NVPanel>
  <NVPanel Level="4">Panel</NVPanel>
</NVStack>
On this page