0.5.0 • Published 4 years ago
@atis/renderer-grommet v0.5.0
atis/renderer-grommet
This is a plugin for Astro apps that enables server-side rendering of Grommet React components.
Installation
Install @atis/renderer-grommet and then add it to your astro.config.mjs in the renderers property:
npm install @atis/renderer-grommetastro.config.mjs
export default {
renderers: [
'@atis/renderer-grommet'
]
}Documentation
0.5.0
4 years ago