Input

A form element for user text input, resembling a standard textarea field.

Helper text

Usage

import { Input } from "@lemonsqueezy/wedges";
<Input />

API Reference

In addition to all the props defined as React.InputHTMLAttributes<HTMLInputElement>, Input component also includes the following props:

PropValueDefault
description
ReactNode
/
destructive
boolean
false
disabled
boolean
false
helperText
ReactNode
/
label
ReactNode
/
required
boolean
false
tooltip
ReactNode
/
Edit this page