7.6.2 • Published 3 years ago

react-static-plugin-react-location v7.6.2

Weekly downloads
36
License
MIT
Repository
github
Last release
3 years ago

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
        },
      },
    ],
  ],
}
7.6.2

3 years ago

7.6.1

3 years ago

7.5.3

3 years ago

7.5.1

3 years ago

7.5.0

3 years ago

7.4.2

4 years ago

7.4.1

4 years ago

7.4.0

4 years ago

7.3.0

4 years ago

7.2.3

5 years ago

7.2.2

5 years ago

7.2.0

5 years ago

7.0.10

5 years ago

7.0.8

5 years ago

7.0.0

5 years ago

7.0.0-beta.0

5 years ago