Search documentation

Search for a page or component.

Corner Frame

A quiet content frame with configurable registration marks at all four corners.

Registration frame

Quiet edges with a precise color signal.

Long corners

Tune the mark length and color per surface.

import { CornerFrame } from "@/components/ui/corner-frame"

export default function CornerFrameDemo() {

Installation

pnpm dlx shadcn@latest add @dashboardcn/corner-frame

Usage

import { CornerFrame } from "@/components/ui/corner-frame"

<CornerFrame cornerColor="var(--color-sky-500)" className="p-8">
  Framed content
</CornerFrame>