An open API service indexing awesome lists of open source software.

https://github.com/motion/HoverGlow

A React component to make H ☀️ V E R G L O W S
https://github.com/motion/HoverGlow

Last synced: 15 days ago
JSON representation

A React component to make H ☀️ V E R G L O W S

Awesome Lists containing this project

README

          

## hoverglow

Make glows that hover.

```
npm install --save hoverglow
```

#### Props

```js
static defaultProps = {
width: 380,
height: 200,
color: [0,0,0],
zIndex: 100,
resist: 0,
scale: 1,
opacity: 0.025,
boundPct: null,
borderRadius: 100,
shadowSize: null,
shadowOffsetTop: 0,
shadowOffsetLeft: 0,
clickable: false,
clickDuration: 150,
clickScale: 2,
transition: 1000,
}
```

#### Usage

```js
class {
render() {
render (



...


)
}
}
```