Skip to content

Kirby 3.5.7.1

Bar

<k-bar>

The k-bar can be used to create all sorts of toolbars with the option to have three different slots for buttons or other elements: left, center and right.

<k-bar>
  <template slot="left">...</template>
  <template slot="center">...</template>
  <template slot="right">...</template>
</k-bar>

All slots are optional.

CSS class

.k-bar