rsnext/examples/with-mantine
Diogo Cardoso 12f7e0d399
chore(examples): update with-mantine (#34591)
[Mantine ](https://mantine.dev/) is a fully featured React components
library.
This PR adds an example of Mantine + Next.js

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`

Co-authored-by: Balázs Orbán <info@balazsorban.com>
2022-09-30 02:38:56 +02:00
..
components Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
pages Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
public Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
styles Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
.gitignore Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
next.config.js Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
package.json Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
prettier.config.js Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00
README.md chore(examples): update with-mantine (#34591) 2022-09-30 02:38:56 +02:00
tsconfig.json Adding Typescript and Mantine example (#36294) 2022-04-27 12:36:04 +00:00

Example app with mantine

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

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).