0.2.4-beta • Published 2 years ago
@hover-design/react v0.2.4-beta
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
0.2.3-beta
2 years ago
0.2.1-beta
2 years ago
0.2.4-beta
2 years ago
0.2.2-beta
2 years ago
0.1.12
3 years ago
0.1.10
3 years ago
0.1.11
3 years ago
0.1.8
3 years ago
0.1.9
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.5
3 years ago
1.0.0
4 years ago