import type { Meta, StoryObj } from '@storybook/react'; import { Textarea } from './textarea'; import { Label } from '../label'; import React from 'react'; const meta: Meta = { title: 'UI/Textarea', component: Textarea, render: args =>