Skip to content
On this page

WARNING

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

Section (BonesSection)

Overview

The Barebones Section component is simply a layout component that extends the HTML <section> 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 Section {
  parts: Parts;
}

Examples

Code

<BonesSection></BonesSection>