Skip to content

shadcn.io is not affiliated with official shadcn/ui

Shadcn Marker for React

Inline status, system note, bordered row, or labeled separator.

Switched to a new branch
Thinking...
Conversation compacted
Explored 4 files

Installation

bunx --bun shadcn@latest add https://kit.dev/r/marker.json

Anatomy

Marker
├── MarkerIcon
└── MarkerContent

Usage

import { Marker, MarkerContent, MarkerIcon } from "@/components/ui/marker";
<Marker className="max-w-full min-w-0">
  <MarkerIcon>
    <CheckIcon aria-hidden="true" className="size-4" />
  </MarkerIcon>
  <MarkerContent>Explored 4 files</MarkerContent>
</Marker>

Demos

Variants

Status

Shimmer

Separator

Border

Icon

API Reference