@hover-design/react
TypeScript icon, indicating that this package has built-in type declarations

0.2.4-beta • Public • Published

Hover Logo

Hover Design

Looking for Documentation?

https://hover.style/ is the home for Hover's Documentation

Installation

Install the package using your favourite package manager

npm install @hover-design/react

Usage

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

Importing Components

import "@hover-design/react/dist/style.css";
import { Button } from "@hover-design/react";

export const Component = () => <Button>I am a Button</Button>;

Contribution

Intrested in contributing to hover? visit our Contribution Guide

Made with ❤️ by

Package Sidebar

Install

npm i @hover-design/react

Weekly Downloads

5

Version

0.2.4-beta

License

MIT

Unpacked Size

190 kB

Total Files

219

Last publish

Collaborators

  • pruthvi21
  • vishwasnavadak
  • raalzz