@manhphi1309/input
v0.3.4
Published
A beautifully designed, accessible input component for your React application.
Downloads
1,458
Readme
@manhphi1309/input
A beautifully designed, accessible input component for your React application.
Subcomponents
This package provides the following components:
Input
Dependencies
This package relies on:
@manhphi1309/utilsclsxtailwind-merge
Installation
npm install @manhphi1309/inputUsage Example
import { Input } from "@manhphi1309/input"
export default function Example() {
return <Input type="email" placeholder="Enter your email" />
}