VOOZH about

URL: https://www.geeksforgeeks.org/css/onsen-ui-css-component-basic-textarea/

⇱ Onsen UI CSS Component Basic Textarea - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Onsen UI CSS Component Basic Textarea

Last Updated : 23 Jul, 2025

Onsen UI CSS is used to create beautiful HTML components. It is one of the most efficient ways to create HTML5 hybrid components that are compatible with both mobile and desktop.

Onsen UI CSS Component Basic Textarea is used to create the basic textarea with a given number of rows. To create the basic textarea, we will use textarea class.

Onsen UI CSS Component Basic Textarea Class:

  • textarea: This class is used to create the basic textarea.

Syntax:

<textarea class="textarea" rows=".." 
 placeholder=".."></textarea>

Example 1: The following example demonstrates the Onsen UI CSS Component Basic Textarea.

Output:

👁 Image
 

Example 2: The following example demonstrates the Onsen UI CSS Component Basic Textarea.

Output:

👁 Image
 

Reference: https://onsen.io/v2/api/css.html#textarea-category

Comment