Panel
State belongs to the parent. Compose this component with the props and slots below.
Preview
Usage
<script setup lang="ts">
import { FzPanel } from '@chrisdalbano/forza-ui'
</script>
<template>
<FzPanel title="Workspace"
><p>Compose your interface here.</p></FzPanel
>
</template>Import the shared stylesheet once and wrap your app in .fz-theme. See installation.
Props
| Name | Type | Required | Default |
|---|---|---|---|
title | string | undefined | No | None |
eyebrow | string | undefined | No | None |
Events and state
presentational
Slots
default, action, footer
Add from source
sh
forza add panelSet up the CLI first. Generated API tables come from the Vue source, using Vue Language Tools.