https://hover.style/ is the home for Hover's Documentation
Install the package using your favourite package manager
npm install @hover-design/react
Before using any components, import the css for all components by adding this line on the entrypoint of your project
import "@hover-design/react/dist/style.css";
note, you can opt-out of styling by not including css, this makes sure you have the api but start styling from scratch
import "@hover-design/react/dist/style.css";
import { Button } from "@hover-design/react";
export const Component = () => <Button>I am a Button</Button>;
Interested in contributing to hover? visit our Contribution Guide
Made with ❤️ by