DevFrame

components/dev/Frame.vue

Simple labeled container for individual component examples in census views.

With Label
Content inside a labeled frame
Frame without a label
Multiple Items
Item A
Item B
Item C
components/dev/Frame.vue

Usage

<DevFrame label = "—" > Content here </DevFrame>

Props

PropTypeDefaultDescription
labelString''Label above content

Slots

SlotDescription
defaultComponent example

Related