"use client" import React from "react" import { ComponentContainer } from "@/components/ui/component-container" import { SectionHeading } from "@/components/ui/section-heading" import { ScrollArea } from "@/components/ui/scroll-area" import { Separator } from "@/components/ui/separator" const tags = Array.from({ length: 50 }).map((_, i, a) => `v1.2.0-beta.${a.length - i}`) export function ScrollAreaSection() { return (
\`v1.2.0-beta.\${a.length - i}\` )

Tags

{tags.map((tag) => ( <>
{tag}
))}
`} >

Tags

{tags.map((tag) => (
{tag}
))}

Usage

            {`import { ScrollArea } from "@/components/ui/scroll-area"`}
          
) }