import type { Meta, StoryObj } from '@storybook/react-vite'; import { ScrollArea } from './ScrollArea.tsx'; type Story = StoryObj; export default { component: ScrollArea, tags: ['autodocs'] } as Meta; export const Default: Story = { args: { children: (

Jokester began sneaking into the castle in the middle of the night and leaving jokes all over the place: under the king's pillow, in his soup, even in the royal toilet. The king was furious, but he could not seem to stop Jokester. And then, one day, the people of the kingdom discovered that the jokes left by Jokester were so funny that they could not help but laugh. And once they started laughing, they could not stop.

), className: 'h-[200px] w-[350px] rounded-md border p-4' } };