# `ObanChoreWeb.CoreComponents`
[🔗](https://github.com/alejolcc/oban_chore/blob/main/lib/oban_chore_web/components/core_components.ex#L1)

Provides UI components for the ObanChore dashboard.

# `input`

Renders an input with label and error messages.

## Attributes

* `id` (`:any`) - Defaults to `nil`.
* `name` (`:any`)
* `label` (`:string`) - Defaults to `nil`.
* `value` (`:any`)
* `type` (`:string`) - Defaults to `"text"`.
* `field` (`Phoenix.HTML.FormField`)
* `errors` (`:list`) - Defaults to `[]`.
* `default` (`:any`) - Defaults to `nil`.
* `options` (`:list`) - Defaults to `[]`.
* `prompt` (`:string`) - Defaults to `nil`.
* Global attributes are accepted.

# `label`

## Attributes

* `for` (`:string`) - Defaults to `nil`.
## Slots

* `inner_block` (required)

---

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