0.5.0 • Published 2 years ago

@atis/renderer-grommet v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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-grommet

astro.config.mjs

export default {
  renderers: [
    '@atis/renderer-grommet'
  ]
}

Documentation

Astro Renderer Documentation