# Fields
This component will determine if a field is shown or not by emitting the data to fields that are in the default slot.
<template>
<Fields>
<Field name="firstName"> // All other data </Field>
</Fields>
</template>
This component will determine if a field is shown or not by emitting the data to fields that are in the default slot.
<template>
<Fields>
<Field name="firstName"> // All other data </Field>
</Fields>
</template>