# `PhoenixKitEntities.Components.EntityForm`
[🔗](https://github.com/BeamLabEU/phoenix_kit_entities/blob/v0.4.6/lib/phoenix_kit_entities/components/entity_form.ex#L1)

Embeddable entity form component for publishing pages.
Renders a public submission form based on entity configuration.

## Usage in .phk files

    <EntityForm entity_slug="contact" />

## Attributes

- `entity_slug` (required) - The slug/name of the entity to render form for

# `render`

## Attributes

* `content` (`:string`) - Defaults to `nil`.
* `attributes` (`:map`) - Defaults to `%{}`.
* `variant` (`:string`) - Defaults to `"default"`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
