This example features how to use Paste as the component library within a Next.js app with TypeScript.
Next.js and Paste have built-in TypeScript declarations, so you'll get autocompletion for their modules straight away.
pages/_app.tsx
is used to connect Paste
's Theme Provider so the pages can have app-wide styles.
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-paste-typescript with-paste-typescript-app
yarn create next-app --example with-paste-typescript with-paste-typescript-app
pnpm create next-app --example with-paste-typescript with-paste-typescript-app
Deploy it to the cloud with Vercel (Documentation).