React Components Kit is available as an npm package
npm i erck --save
import React from "react";
import { InputOpen } from "erck";
export const Home: React.FC = () => {
return (
<InputOpen placeholder="login" />
);
};
Soon
This project is licensed under the terms of the MIT license