Primitives

Textarea

The textarea primitive can be used to enhance the accessibility of a textarea element and provide consistent interaction handling for hover, focus and press states.

Import

Import the Textarea primitives from ng-primitives/textarea.

import { NgpTextarea } from 'ng-primitives/textarea';

Usage

Assemble the textarea directives in your template.

<textarea ngpTextarea></textarea>

Examples

Here are some additional examples of how to use the Textarea primitive.

Textarea Form Field

The textarea automatically integrates with the form field primitives.

API Reference

The following directives are available to import from the ng-primitives/textarea package:

NgpTextarea

Data Attributes

The following data attributes are applied to the ngpTextarea directive:

Attribute Description Value
data-hover The hover state of the input. true | false
data-focus The focus state of the input. true | false
data-disabled The disabled state of the input. true | false

Copyright © 2024 Angular Primitives