8.4k

Frame

A framed container for grouping related information.

Installation

pnpm dlx shadcn@latest add https://coss.com/ui/r/frame.json

Usage

import {
  Frame,
  FrameDescription,
  FrameFooter,
  FrameHeader,
  FramePanel,
  FrameTitle,
} from "@/components/ui/frame"
<Frame>
  <FrameHeader>
    <FrameTitle>Title</FrameTitle>
    <FrameDescription>Description</FrameDescription>
  </FrameHeader>
  <FramePanel>Content</FramePanel>
  <FrameFooter>Footer</FrameFooter>
</Frame>

coss.com ui

Built by and for the team of Cal.com, Inc. — the leading commercial open source company (“coss”).