{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"editorial-intro","type":"registry:item","title":"Editorial Intro","description":"A centered editorial intro built around a dimly lit device illustration, circuit traces, and oversized gradient typography.","files":[{"path":"snippets/editorial-intro.tsx","content":"import { EditorialIntroSection } from \"@designcodeio/threeui\";\nimport \"@designcodeio/threeui/style.css\";\n\n// The component fills its parent, so the parent is what gives it a size.\nexport function EditorialIntroSectionExample() {\n  return (\n    <div style={{ width: \"100%\", aspectRatio: \"16 / 9\" }}>\n      <EditorialIntroSection />\n    </div>\n  );\n}\n","type":"registry:file","target":"~/snippets/editorial-intro.tsx"}],"docs":"## Size\n\nThe component is 100% of its parent's width and height and has no size of its own, so a\nparent with no height renders nothing. A box at a 16 to 9 ratio suits it.\n\n## Props\n\nNo options on this one.\n\n`className` and `style` pass through to the root element.\n","author":"mengto","dependencies":["@designcodeio/threeui"]}