{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"condensation","type":"registry:item","title":"Condensation","description":"A transparent field of growing condensation bubbles that merge, fall, and resolve into soft water splash rings.","files":[{"path":"snippets/condensation.tsx","content":"import { CondensationBackground } 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 CondensationBackgroundExample() {\n  return (\n    <div style={{ width: \"100%\", aspectRatio: \"16 / 9\" }}>\n      <CondensationBackground />\n    </div>\n  );\n}\n","type":"registry:file","target":"~/snippets/condensation.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\nAll optional. The defaults below are what the snippet renders.\n\n| Prop         | Values    | Default |\n| ------------ | --------- | ------- |\n| `speed`      | 0 to 3    | `1`     |\n| `dropAmount` | 0.25 to 2 | `1`     |\n| `opacity`    | 0.1 to 1  | `1`     |\n\n`className` passes through to the root element.\n","author":"mengto","dependencies":["@designcodeio/threeui"]}