@kosvipkg/kosvi-forms
v1.3.48
Published
kosvi-forms is a library of reusable forms components for React.
Readme
kosvi-forms
kosvi-forms is a library of reusable forms components for React.
Installation
bun install @kosvipkg/kosvi-formsUsage.
import { Input } from "@kosvipkg/kosvi-forms";
function App() {
return (
<Input placeholder="Enter text..." />
);
}