Skip to content

Latest commit

 

History

History

uui-textarea

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>