TwitterGithub

Textarea

Gives a textarea field or a component a distinct look that indicates its input capabilities.

Note

To get that same distinct look of a spartan/ui input we can simply apply the same hlmInput directive we would apply to other input elements.

Installation

npx nx g @spartan-ng/cli:ui input

Usage

import { HlmInputDirective } from '@spartan-ng/ui-input-helm';
<textarea hlmInput placeholder="Type your message here."></textarea>
Toggle Tabs