{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "drawer-sticky-example",
  "title": "Drawer Sticky",
  "description": "drawer-sticky-example",
  "registryDependencies": [
    "https://intentui.com/r/button",
    "https://intentui.com/r/drawer"
  ],
  "files": [
    {
      "path": "src/components/examples/overlays/drawer/drawer-sticky-example.tsx",
      "content": "'use client'\n\nimport { buttonStyles } from '@/components/ui/button'\nimport {\n  Drawer,\n  DrawerBody,\n  DrawerClose,\n  DrawerContent,\n  DrawerFooter,\n  DrawerHeader,\n  DrawerTrigger,\n} from '@/components/ui/drawer'\n\nexport default function DrawerStickyDemo() {\n  return (\n    <Drawer>\n      <DrawerTrigger className={buttonStyles({ intent: 'outline' })}>Open</DrawerTrigger>\n      <DrawerContent>\n        <DrawerHeader>The Beatles</DrawerHeader>\n        <DrawerBody>\n          <div className=\"prose prose-zinc dark:prose-invert\">\n            <p>\n              Welcome to our Terms of Use. By accessing or using our services, you agree to be bound\n              by these terms. If you do not agree to these terms, please refrain from using our\n              services.\n            </p>\n            <h3> User Obligations</h3>\n            <h4>Account Responsibility</h4>\n            <p>\n              When you create an account with us, you are responsible for maintaining the\n              confidentiality of your account and password.\n            </p>{' '}\n            <p>\n              You agree to accept responsibility for all activities that occur under your account.\n              You must notify us immediately of any breach of security or unauthorized use of your\n              account.\n            </p>\n            <h4>Compliance with Laws</h4>\n            <p>\n              You agree to comply with all applicable laws, regulations, and policies in connection\n              with your use of our services. This includes adhering to intellectual property laws\n              and refraining from any unlawful behavior while using our platform.\n            </p>\n            <h3> Prohibited Activities</h3>\n            <p>\n              You are not permitted to access or attempt to access any of our services by any means\n              other than through the interface provided by us. Any form of hacking, bypassing, or\n              circumventing our security protocols is strictly prohibited.\n            </p>\n            <h4>Misuse of Content</h4>\n            <p>\n              You agree not to misuse, reproduce, distribute, or modify any content from our\n              services unless explicitly authorized by us. This includes engaging in activities such\n              as scraping, data mining, or using automated systems to extract data.\n            </p>\n            <h4>Harassment and Abuse</h4>\n            <p>\n              You are prohibited from using our services to harass, abuse, or harm other users. This\n              includes sending unsolicited messages, stalking, or engaging in any form of\n              cyberbullying. We reserve the right to terminate accounts found in violation of this\n              policy.\n            </p>\n            <h4>Ownership of Content</h4>\n            <p>\n              All content, trademarks, service marks, logos, and other intellectual property\n              displayed on our services are the property of their respective owners. You may not\n              use, copy, or distribute any content without prior written permission from the owner.\n            </p>\n            <h4>User-Generated Content</h4>\n            <p>\n              By submitting content to our services, you grant us a worldwide, royalty-free,\n              non-exclusive license to use, distribute, modify, and display that content for the\n              purpose of providing our services.\n            </p>\n            <p>\n              You retain all ownership rights to your content but agree to allow us to use it in\n              accordance with these terms.\n            </p>\n            <h3> Termination</h3>\n            <h4>Right to Terminate</h4>\n            We reserve the right to terminate or suspend your access to our services at any time,\n            without notice, for any reason, including but not limited to a breach of these terms.\n            Upon termination, your right to use our services will immediately cease.\n            <h4>Effect of Termination</h4>\n            Upon termination of your account, all provisions of these terms that, by their nature,\n            should survive termination shall remain in effect. This includes, but is not limited to,\n            ownership provisions, warranty disclaimers, and limitations of liability.\n            <h3> Limitation of Liability</h3>\n            <h4>Service Availability</h4>\n            We do not guarantee that our services will be available at all times or without\n            interruption. We are not liable for any downtime or technical issues that may prevent\n            access to our services.\n            <h4>No Warranties</h4>\n            Our services are provided \"as is\" and \"as available\" without any warranties of any kind,\n            whether express or implied. We do not warrant that our services will meet your\n            requirements or that they will be error-free or secure.\n            <h4>Limitation of Damages</h4>\n            In no event shall we be liable for any indirect, incidental, special, consequential, or\n            punitive damages arising out of or related to your use of our services. This includes,\n            but is not limited to, damages for loss of profits, data, or other intangibles.\n            <h3> Changes to These Terms</h3>\n            We reserve the right to modify or replace these terms at any time. If a revision is\n            material, we will provide at least 30 days' notice prior to any new terms taking effect.\n            What constitutes a material change will be determined at our sole discretion.\n            <h3> Governing Law</h3>\n            These terms shall be governed and construed in accordance with the laws of [Your\n            Jurisdiction], without regard to its conflict of law provisions. Any disputes arising\n            from or relating to these terms shall be resolved in the courts of [Your Jurisdiction].\n            <h3> Contact Information</h3>\n            If you have any questions about these terms, please contact us at xxx@example.com.\n          </div>\n        </DrawerBody>\n        <DrawerFooter>\n          <DrawerClose isCircle>Close</DrawerClose>\n        </DrawerFooter>\n      </DrawerContent>\n    </Drawer>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/drawer-sticky-example/page.tsx"
    }
  ],
  "type": "registry:page"
}