Skip to content

Elevate Your UI with PoshKit: Modern, Fancy Components with Amazing Hover Effects for Your React Applications.

Notifications You must be signed in to change notification settings

sumanbiswas7/poshkit

Repository files navigation

Poshkit.png

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

About

Elevate Your UI with PoshKit: Modern, Fancy Components with Amazing Hover Effects for Your React Applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published