rsnext/examples/radix-ui
Pedro Sanchez 6e171696f8
chore(examples): add Radix UI example (#41169)
fixes #40072 

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)


Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
2022-10-05 14:49:59 +00:00
..
pages chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
styles chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
.gitignore chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
package.json chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
postcss.config.js chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
README.md chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
tailwind.config.js chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00
tsconfig.json chore(examples): add Radix UI example (#41169) 2022-10-05 14:49:59 +00:00

Radix UI Example

This example showcases a few basic Radix UI components

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

npx create-next-app --example radix-ui radix-ui-app
yarn create next-app --example radix-ui radix-ui-app
pnpm create next-app --example radix-ui radix-ui-app

Deploy it to the cloud with Vercel (Documentation).