---
url: /docs/forms/components/textarea.md
---
# Textarea

`Textarea` 使用 `text 组件` 包装

## 基础使用

```php
Textarea::make('component', '组件')->rows(10);
```
