Field

A field, prop or parameter to display in your content.

Usage

Use the name, type, required and default props to display a field component in your content.

namerequired
string

The description can be set as prop or in the default slot with full markdown support.

::field{name="name" type="string" required}
The `description` can be set as prop or in the default slot with full **markdown** support.
::

Props

namerequired
string
default
string
undefined
type
string
"string"
description
string
undefined
required
boolean
false