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

https://github.com/ammoradi/react-pulsator

react lightweight & customizable pulsator component
https://github.com/ammoradi/react-pulsator

Last synced: 10 months ago
JSON representation

react lightweight & customizable pulsator component

Awesome Lists containing this project

README

          

# react-pulsator
react customizable pulsator component

## demo
see **[Demo](https://codesandbox.io/s/react-pulsator-demo-dpysp)** at **[https://codesandbox.io/s/react-pulsator-demo-dpysp](https://codesandbox.io/s/react-pulsator-demo-dpysp)**

## usage
* add package using `yarn`:

```
yarn add react-pulsator
```

* use the render-props component:

```js
import React from 'react'

import Pulsator from 'react-pulsator'

export default function App() {
return (



Hello World




)
}
```

* available props:

| prop key | type |
| :---: | :-: |
| width | string |
| height | string |
| innerColor | string |
| outerColor | string |
| className | string |