Skip to content

Form card

Overview

A block with card chrome: title, toolbar slot, and default slot for body content.

Import

js
import formcard from "@/ui/panels/formcard.vue"

Example

html
<formcard title="Related seal info" class="mb8">
    <template #toolbar>
        <livevcbar name="VC_SK_AccSealList" :bpo="bpo" />
    </template>
    <livevc name="VC_SK_AccSealList"  :bpo="bpo" height="50vh" :showTitle="false"></livevc>
</formcard>

Props & slots

  • title — header text
  • #toolbar — right side of the header
  • #default — main body