Block
New

The Block component is the simplest component who inherits from NVBaseComponent. It will render a tag (div by default).

Styled Block

This how create a div with some styles on it.

div with some style on it.
<NVBLock 
  PX="8" 
  PY="4" 
  BackgroundColor="orange-50" 
  TextColor="gray-500" 
  DarkBackgroundColor="orange-900" 
  DarkTextColor="white"
>
  div with some style on it.
</NVBLock>
On this page