7.6.2 • Published 4 years ago

react-static-plugin-jss v7.6.2

Weekly downloads
124
License
MIT
Repository
github
Last release
4 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

4 years ago

7.6.1

4 years ago

7.5.0

4 years ago

7.3.0

5 years ago

7.2.2

6 years ago

7.2.0

6 years ago

7.0.10

6 years ago

7.0.8

6 years ago

7.0.0

6 years ago

7.0.0-beta.0

6 years ago

6.3.0

6 years ago

6.1.1

7 years ago

6.1.0

7 years ago

6.0.17

7 years ago

6.0.16

7 years ago