Input
A flexible component to deliver the most common types of input fields
Props
Prop name | Type | Default | Description |
---|---|---|---|
className | string | null | A custom className you would like to pass to the Component |
placeholder | string | null | The placeholder text for the Input |
type | enum | 'text' | The type of input field |
children | union | Required | The label text for the input |
id | string | Required | The unique identifier for the Input |