@atis/renderer-grommet
v0.5.0
Published
Use React Grommet components within Astro
Readme
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'
]
}