Skip to content

Kirby 3.5.7.1

View

<k-view>

The View component is a very basic wrapper, that makes sure to keep the right padding around your interface and also limits the max width. You should use it for full screen layouts only.

<k-view>
  <!-- your interface goes here -->
</k-view>

View components should never be nested