rsnext/examples/with-geist-ui/README.md
Marzouq 342331e66d
added example: with-geist-ui (#36525)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-05-10 11:02:02 +00:00

1.3 KiB

Example app with geist-ui and TypeScript

This example features how to use geist-ui as the component library within a Next.js app with TypeScript.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

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

npx create-next-app --example with-geist-ui with-geist-ui-app
# or
yarn create next-app --example with-geist-ui with-geist-ui-app
# or
pnpm create next-app -- --example with-geist-ui with-geist-ui-app

Deploy it to the cloud with Vercel (Documentation).