Skip to content

Textarea - CSS Component

The Textarea component can be used imported from:

Playground

Construction

Common API

For the basics, check the common specifications.

The CSS component uses the <label> tag.

z-textarea

The z-textarea is the main parameter used to render the textarea component.

TIP

Setting a maxlength attribute to the input will limit the number of characters that can be entered into the input.

Also you can display a counter of the remaining characters, using the output tag.

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example