@umbraco-ui/uui-textarea
v1.16.0
Published
Custom element wrapping the native textarea element. This is a formAssociated element, meaning it can participate in a native HTMLForm. In browsers other then Chrome it may require a polyfill.
Readme
uui-textarea
Umbraco style textarea component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-textareaImport 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>