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 the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-geist-ui with-geist-ui-app
yarn create next-app --example with-geist-ui with-geist-ui-app
pnpm create next-app --example with-geist-ui with-geist-ui-app
Deploy it to the cloud with Vercel (Documentation).