Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 736 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 736 Bytes

uui-textarea

npm

Umbraco style textarea component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-textarea

Import the registration of <uui-textarea> via:

import '@umbraco-ui/uui-textarea';

When looking to leverage the UUITextareaElement base class as a type and/or for extension purposes, do so via:

import { UUITextareaElement } from '@umbraco-ui/uui-textarea';

Usage

<uui-textarea></uui-textarea>