mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* feat: add rhea * fix: blocks * feat: build chat example * fix * fix: sidebar * fix * feat: update home * fix * fix * fix * feat: optimizine fonts * feat * fix * fix * fix * fix * fix * fix * fix: font in preview * fix
14 lines
845 B
JSON
14 lines
845 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "preview-03",
|
|
"title": "Preview 03",
|
|
"registryDependencies": [],
|
|
"files": [
|
|
{
|
|
"path": "registry/base-lyra/blocks/preview-03/index.tsx",
|
|
"content": "export default function Preview03Example() {\n return (\n <div className=\"overflow-x-auto overflow-y-hidden bg-muted contain-[paint] [--gap:--spacing(4)] 3xl:[--gap:--spacing(12)] md:[--gap:--spacing(10)] dark:bg-background\">\n <div className=\"flex w-full min-w-max justify-center\">\n <div\n className=\"grid w-[2400px] grid-cols-7 items-start gap-(--gap) bg-muted p-(--gap) md:w-[3000px] dark:bg-background\"\n data-slot=\"capture-target\"\n />\n </div>\n </div>\n )\n}\n",
|
|
"type": "registry:block"
|
|
}
|
|
],
|
|
"type": "registry:block"
|
|
} |