rsnext/examples/with-reflexjs
Tom 3e178bb801
add pnpm link to docs (#37221)
## Documentation / Examples

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


Co-authored-by: Steven <steven@ceriously.com>
2022-05-27 15:46:38 -04:00
..
pages feat: add with-reflexjs example (#24068) 2021-04-20 15:57:50 +00:00
src Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00
.babelrc feat: add with-reflexjs example (#24068) 2021-04-20 15:57:50 +00:00
.gitignore feat: add with-reflexjs example (#24068) 2021-04-20 15:57:50 +00:00
next-env.d.ts Include submodules in exported type definition (#28316) 2021-11-26 14:46:56 +01:00
package.json Clean up examples package.json (#27121) 2021-07-12 19:58:03 +00:00
README.md add pnpm link to docs (#37221) 2022-05-27 15:46:38 -04:00
tsconfig.json feat: add with-reflexjs example (#24068) 2021-04-20 15:57:50 +00:00

Next.js + Reflexjs Example

Reflexjs is a library for rapid UI development with style props, color modes, themes and variants.

This example shows how to use Reflexjs with Next.js.

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-reflexjs with-reflexjs-app
# or
yarn create next-app --example with-reflexjs with-reflexjs-app
# or
pnpm create next-app -- --example with-reflexjs with-reflexjs-app

Deploy it to the cloud with Vercel (Documentation).