psf-core-pwa-react
Core PWA common components with PWA for PSF projects
Install
npm install --save psf-core-pwa-react
Usage
import React, { Component } from 'react'
import MyComponent from 'psf-core-pwa-react'
import 'psf-core-pwa-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © alephoenix1985