7.6.2 • Published 3 years ago

react-static-plugin-jss v7.6.2

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

react-static-plugin-jss

A React-Static plugin that adds CSS-in-JS/SSR support for jss

Installation

  • Install this plugin and peer dependencies:
$ yarn add react-static-plugin-jss react-jss
  • Add the plugin to your static.config.js:
export default {
  plugins: ['react-static-plugin-jss'],
}
  • Configure it with options:
export default {
  plugins: [
    [
      'react-static-plugin-jss',
      {
        providerProps: {
          // These props will be passed to the underlying `JssProvider` component instance
        }
      }
    ]
  ],
}
7.6.2

3 years ago

7.6.1

3 years ago

7.5.0

3 years ago

7.3.0

4 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

6.3.0

5 years ago

6.1.1

5 years ago

6.1.0

5 years ago

6.0.17

5 years ago

6.0.16

5 years ago