-
Notifications
You must be signed in to change notification settings - Fork 70
Textarea
Vinicius Reif Biavatti edited this page Sep 16, 2019
·
3 revisions
The common textarea uses .tui-input
class to create the input, but, for panel textarea like Turbo Vision example found in Examples page, there is a specified class to make it.
These are some examples for component:
<!-- Textarea -->
<textarea class="tui-textarea">
...
</textarea>
<!-- Tui window textarea example -->
<div class="tui-window">
<fieldset class="tui-fieldset">
<legend class="center">Window</legend>
<textarea class="tui-textarea" rows="4">
...
</textarea>
</fieldset>
</div>
This is the table with available classes for this component.
Class | Description |
---|---|
.tui-textarea |
Creates a panel textarea |
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles