Skip to content

Latest commit

 

History

History

uui-form-validation-message

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-form-validation-message

npm

Umbraco style form-validation-message component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-form-validation-message

Import the registration of <uui-form-validation-message> via:

import '@umbraco-ui/uui-form-validation-message';

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

import { UUIFormValidationMessageElement } from '@umbraco-ui/uui-form-validation-message';

Usage

<uui-form-validation-message></uui-form-validation-message>