@manhphi1309/textarea
v0.3.4
Published
A beautifully designed, accessible textarea component for your React application.
Readme
@manhphi1309/textarea
A beautifully designed, accessible textarea component for your React application.
Subcomponents
This package provides the following components:
Textarea
Dependencies
This package relies on:
@manhphi1309/utilsclsxtailwind-merge
Installation
npm install @manhphi1309/textareaUsage Example
import { Textarea } from "@manhphi1309/textarea"
export default function Example() {
return <Textarea placeholder="Type your message here." />
}