Skip to content

Latest commit

 

History

History
 
 

uui-boolean-input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-boolean-input

npm

Umbraco style boolean-input component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-boolean-input

Import the registration of <uui-boolean-input> via:

import '@umbraco-ui/uui-boolean-input';

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

import { UUIBooleanInputElement } from '@umbraco-ui/uui-boolean-input';

Usage

<uui-boolean-input></uui-boolean-input>