A library to give life to the background of your app
npm install dotify-react> A library to give life to the background of your app
 
``bash`
npm install --save dotify-react`
orbash`
yarn add dotify-react
`tsx
import React, { Component } from 'react'
import DotifyReact from 'dotify-react'
class Example extends Component {
render() {
return
On this case, dots background will have fixed position
`tsx
import React, { Component } from 'react'import DotifyReact from 'dotify-react'
class Example extends Component {
render() {
return
...some content
}
}
`
On this case, dots background will wrap all childrenProps
`tsx
``MIT © StepanSnigur