UNPKG
gatsby-plugin-bianic-ui
Version:
latest (1.0.0-rc.4)
1.0.0-rc.4
0.1.0-alpha.2
0.1.0-alpha.1
Drop-in Chakra UI support for Gatsby sites
bianic-ui.com
bianic-ui/bianic-ui
gatsby-plugin-bianic-ui
/
gatsby-ssr.js
8 lines
(6 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
import
{
ColorModeScript
}
from
"@bianic-ui/core"
export
{ wrapRootElement }
from
"./gatsby-browser"
export
const
onRenderBody
= (
{ setPreBodyComponents }
) => {
setPreBodyComponents
([
<
ColorModeScript
key
=
"bianic-ui-no-flash"
/>
]) }