Textarea

Multiline textarea input component.

Preview

Installation

bash
npx sigma-ui add textarea

Examples

Basic

vue
<script setup lang="ts">
import { Textarea } from '@/components/ui/textarea'
</script>

<template>
  <Textarea />
</template>

Default

Disabled

With Label

With Text

Your message will be copied to the support team.

With Button

Form

You can @mention other users and organizations.

Edit this page on GitHub