Input

The input component is a simple input field that can be used to take user input.

Imports

`Input` - The actual input component, it's also exported as default.

Installation

npx neel-ui add input

Example

API Reference

Props of the `input` component. * denotes the default value.

Attribute
Type
Description
Parent
type
The type of the input.
`Input`
placeholder
`string`
The placeholder of the input.
`Input`
value
`string`
The value of the input.
`Input`