Back to Next Js

Example app with mantine

examples/with-mantine/README.md

16.2.51.0 KB
Original Source

Example app with mantine

This example features how you use mantine, a React component library.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-mantine with-mantine-app
bash
yarn create next-app --example with-mantine with-mantine-app
bash
pnpm create next-app --example with-mantine with-mantine-app

Deploy it to the cloud with Vercel (Documentation).