Mantine
- npm
- Yarn
- pnpm
npm install @bonfhir/mantine
yarn add @bonfhir/mantine
pnpm add @bonfhir/mantine
The @bonfhir/mantine
package provides renderers for the Mantine toolkit v7.
It only uses components from Mantine, and will integrate very well with a Mantine application and all other Mantine components.
Mantine must be installed and configured in the application for the renderers to work properly.
We recommend that you use one of our templates to get started easily.
Just run npm create -y bonfhir@latest
to get started.