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