{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "scroll-area2",
  "title": "Scroll area",
  "description": "A scroll area is a container that allows the user to scroll through a large amount of content.",
  "files": [
    {
      "path": "contents/components/scroll-area/2/index.tsx",
      "content": "import { Button } from \"@/components/ui/button\";\nimport { ScrollArea } from \"@/components/ui/scroll-area\";\nimport {\n  Sheet,\n  SheetClose,\n  SheetContent,\n  SheetDescription,\n  SheetFooter,\n  SheetHeader,\n  SheetTitle,\n  SheetTrigger\n} from \"@/components/ui/sheet\";\n\nexport default function SheetComponent() {\n  return (\n    <Sheet>\n      <SheetTrigger asChild>\n        <Button variant=\"outline\">With Sheet</Button>\n      </SheetTrigger>\n      <SheetContent className=\"flex flex-col lg:max-w-lg\">\n        <ScrollArea className=\"min-h-0 flex-1\">\n          <div>\n            <SheetHeader>\n              <SheetTitle>Privacy Policy</SheetTitle>\n              <SheetDescription>\n                Please review our privacy policy to understand how we handle your data.\n              </SheetDescription>\n            </SheetHeader>\n            <div className=\"space-y-1 p-4 text-sm\">\n              <p className=\"mb-2 font-medium\">Last Updated: January 15, 2025</p>\n\n              <h3>1. Overview</h3>\n              <p>\n                This Privacy Policy describes how we collect, use, and protect your personal\n                information when you use our application. We are committed to protecting your\n                privacy and ensuring transparency about our data practices.\n              </p>\n\n              <h3>2. Information We Collect</h3>\n              <p>\n                We collect information that you provide directly to us, including your name, email\n                address, and any other information you choose to provide. We also automatically\n                collect certain information about your device and how you interact with our\n                services.\n              </p>\n\n              <h3>3. How We Use Your Information</h3>\n              <p>\n                We use the information we collect to provide, maintain, and improve our services, to\n                process transactions, to communicate with you, and to personalize your experience.\n                We may also use your information for analytics and to prevent fraud.\n              </p>\n\n              <h3>4. Data Sharing and Disclosure</h3>\n              <p>\n                We do not sell your personal information. We may share your information with service\n                providers who assist us in operating our platform, with your consent, or as required\n                by law. We take measures to ensure these parties protect your information.\n              </p>\n\n              <h3>5. Data Security</h3>\n              <p>\n                We implement appropriate technical and organizational measures to protect your\n                personal information against unauthorized access, alteration, disclosure, or\n                destruction. However, no method of transmission over the internet is 100% secure.\n              </p>\n\n              <h3>6. Your Rights and Choices</h3>\n              <p>You have the right to:</p>\n              <ul>\n                <li>Access and receive a copy of your personal data</li>\n                <li>Request correction of inaccurate information</li>\n                <li>Request deletion of your personal data</li>\n                <li>Opt-out of certain data processing activities</li>\n              </ul>\n\n              <h3>7. Cookies and Tracking Technologies</h3>\n              <p>\n                We use cookies and similar tracking technologies to track activity on our platform\n                and hold certain information. You can instruct your browser to refuse all cookies or\n                to indicate when a cookie is being sent.\n              </p>\n\n              <h3>8. Third-Party Services</h3>\n              <p>\n                Our platform may contain links to third-party websites or services. We are not\n                responsible for the privacy practices of these third parties. We encourage you to\n                read their privacy policies.\n              </p>\n\n              <h3>9. Children&apos;s Privacy</h3>\n              <p>\n                Our services are not intended for children under the age of 13. We do not knowingly\n                collect personal information from children. If you believe we have collected\n                information from a child, please contact us immediately.\n              </p>\n\n              <h3>10. International Data Transfers</h3>\n              <p>\n                Your information may be transferred to and maintained on computers located outside\n                of your state, province, country, or other governmental jurisdiction where data\n                protection laws may differ from those in your jurisdiction.\n              </p>\n\n              <h3>11. Data Retention</h3>\n              <p>\n                We retain your personal information for as long as necessary to fulfill the purposes\n                outlined in this policy, unless a longer retention period is required or permitted\n                by law.\n              </p>\n\n              <h3>12. Changes to This Policy</h3>\n              <p>\n                We may update this Privacy Policy from time to time. We will notify you of any\n                changes by posting the new policy on this page and updating the &quot;Last\n                Updated&quot; date.\n              </p>\n\n              <h3>13. Contact Us</h3>\n              <p>If you have any questions about this Privacy Policy, please contact us at:</p>\n              <p>Email: privacy@example.com</p>\n              <p>Address: 123 Privacy Street, Data City, DC 12345</p>\n            </div>\n          </div>\n        </ScrollArea>\n      </SheetContent>\n    </Sheet>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/scroll-area2.tsx"
    }
  ],
  "type": "registry:component"
}