gatsby-plugin-mantine
v5.0.0
Published
Enables server side rendering for [Mantine](https://mantine.dev/) components.
Readme
gatsby-plugin-mantine
Enables server side rendering for Mantine components.
Installation
With yarn:
yarn add --dev gatsby-plugin-mantineWith npm:
npm install gatsby-plugin-mantineUsage
Add gatsby-plugin-mantine to your gatsby-config.js:
module.exports = {
plugins: ["gatsby-plugin-mantine" /* ...other plugins */],
};License
MIT
