Skip to content

A very small Next.js starter for Orbit Components (useful for bug repros 😉)

Notifications You must be signed in to change notification settings

kiwicom/orbit-tailwind-nextjs

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

It features a minimal installation of Orbit components, with both Tailwind and styled-components correctly set up and with minimal customization.

(styled-components is still in use because the migration to Tailwind is not fully complete).


The idea with this repository is to make it easier to share bug reports.

You can for example open the repository on Codesandbox or Stackblitz, make your modifications and then share the link as a reproduction.

Open in StackBlitz Open with CodeSandbox

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

About

A very small Next.js starter for Orbit Components (useful for bug repros 😉)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published