Copyright
Three-slot footer bar for copyright text, attribution, or links. Slots are spaced with justify-between — useful for left/center/right footer layouts.
left item
middle item
right item
<Copyright class="w-full" >
<div slot="left-item">left item</div>
<div slot="middle-item">middle item</div>
<div slot="right-item">right item</div>
</Copyright>
Copyright with custom classes
left item
middle item
right item
<Copyright class="fixed bottom-0 z-0 w-full" >
<div slot="left-item">left item</div>
<div slot="middle-item">middle item</div>
<div slot="right-item">right item</div>
</Copyright>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
class | string | — | Additional classes appended to the wrapper (e.g. positioning, width, z-index). |
Slots
| Slot | Description |
|---|---|
left-item |
Left-aligned content (e.g. copyright notice) |
middle-item |
Centered content (e.g. attribution or links) |
right-item |
Right-aligned content (e.g. socials or year) |