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 name | Description |
|---|---|
| component | The components root element. |
Slots
| Slot name | Description |
|---|---|
| default | The default slot is provided by Vue |
Component Type
export interface Main {
parts: Parts;
}
Examples
Code
<BonesMain></BonesMain>
Barebones Components