Files
shadcn-ui/apps/v4/public/r/styles/base-maia/preview-03.json
shadcn df1752dfe0 feat: rhea (#10779)
* 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
2026-05-26 22:54:07 +04:00

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-maia/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"
}