hextastudio/ui needs your support to stay running 🫶 Help us
Input
Collection of Input components with different variants.
Preview
Installation
tsx
import { useState } from "react";
export const Home = () => {
const [value, setValue] = useState("");
return (
<>
<Input
value={value}
onChange={(e) => setValue(e.target.value)}
Props Information
Prop Name
Prop Type
Default Value
Description
Prop Name | Prop Type | Default Value | Description |
---|