shadcn-svelte-timeline Svelte Themes

Shadcn Svelte Timeline

A timeline component for Svelte 5 that you can import with shadcn

shadcn-svelte timeline

Add the timeline component with:

npx shadcn-svelte@latest add https://shadcn-svelte-timeline.vercel.app/r/timeline.json

This project contains the demo site and registry source for the timeline component.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
bun x [email protected] create --template minimal --types ts --install bun .

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

bun run dev

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes