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

@hover-design/react

Hover Component library created by bunch of ants from antstack

Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
5
-16.67%
Maintainers
3
Weekly downloads
 
Created
Source

Documentation

Button

Quick start

Here's a quick start guide to get started with the button component

AttributesValuesOptional ?
variantdefault | light | ghost | hallowYes
paddingsmall | medium | largeYes
fontSizesmall | medium | largeYes
marginsmall | medium | largeYes
onClick() => void;Yes
onHover() => void;Yes
refRefObject<HTMLButtonElement>;Yes

Code Snippets and Examples

Button Default
<div className="App">
	<button>Button default</button>
</div>

Button

Button Light
<div className="App">
	<button variant="light">Button light</button>
</div>

Button

Button Ghost
<div className="App">
	<button variant="ghost">Button ghost</button>
</div>

Button

Button Hallow
<div className="App">
	<button variant="hallow">Button Hallow</button>
</div>

Button

FAQs

Package last updated on 16 Sep 2022

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