poshkit
v0.1.0
Published
A collection of modern, fancy components with amazing hover effects for React applications
Downloads
26
Maintainers
Readme
PoshKit is a collection of modern, fancy components with amazing hover effects for React applications. With PoshKit, you can easily add stylish and interactive UI elements to your web applications without spending hours on custom styling and animation. Build functional accessible web applications faster while keeping your project size within bounds. Currently a few components but more adding soon...
Installing
$ npm install poshkit
Once the package is installed, you can import any component from the library using import
and use it like below 👇
import { ButtonV1 } from "poshkit";
function App() {
return (
<>
<Button label="Button 1" />;
</>
);
}
Documentation
📑 Live Page
Go to specific component/docs
to get the documentation of the component