Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

mantinedev/gatsby-plugin-mantine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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