react-static-plugin-react-location

7.6.2 • Public • Published

react-static-plugin-react-location

A React-Static plugin that adds support for react-location

Installation

  • Install this plugin and peer dependencies:
$ yarn add react-static-plugin-react-location react-location
  • Add the plugin to your static.config.js:
export default {
  plugins: ['react-static-plugin-react-location'],
}
export default {
  plugins: [
    [
      'react-static-plugin-react-location',
      {
        LocationProviderProps: {
          // These props will be passed to the underlying `LocationProviderProps` component
        },
      },
    ],
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-static-plugin-react-location

Weekly Downloads

6

Version

7.6.2

License

MIT

Unpacked Size

10 kB

Total Files

6

Last publish

Collaborators

  • tannerlinsley
  • sleeplessbyte