Socket
Book a DemoInstallSign in
Socket

@hover-design/react

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@hover-design/react

Hover Component library created by bunch of ants from antstack

unpublished
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
5
-28.57%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

react

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts