/react-pwa-to-homescreen

An awesome popup that suggests you to add the PWA to homescreen

Primary LanguageTypeScript

react-pwa-to-homescreen

An awesome popup that suggests you to add the PWA to homescreen

NPM JavaScript Style Guide npm-publish downloads

Live preview

Install

yarn add react-pwa-to-homescreen

Usage

import * as React from 'react'
import ReactPWAToHomeScreen from 'react-pwa-to-homescreen'
import 'react-pwa-to-homescreen/dist/index.css'

class Example extends React.Component {
  render() {
    return <ReactPWAToHomeScreen />
  }
}

License

MIT © xavierbriole