Data input

Textarea

Themed multi-line text input with optional auto-resize and live character counter.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjTextareaComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
size
rows
<kj-textarea
  kjSize="md"
  [kjRows]="4"
  kjPlaceholder="Tell us about yourself…"
/>