Skip to content
On this page

WARNING

While the documentation is fairly complete, it is still in first draft.

Main (BonesMain)

Overview

The Barebones Main component is simply a layout component that extends the HTML <main> element and excepts a default slot.

Component parts

Part nameDescription
componentThe components root element.

Slots

Slot nameDescription
defaultThe default slot is provided by Vue

Component Type

export interface Main {
  parts: Parts;
}

Examples

Code

<BonesMain></BonesMain>