Content
Input
A text input component for your React app
Introduction
The Input
component is a text input that can be used to modify the value of any variable in your app.
Usage
Properties
In addition to the standard HTML input properties, the Input
component accepts the following props:
label
string
A label for the input.
description
string
A description to display below the input.