Skip to content

Files

Latest commit

Jun 18, 2024
ff7f8bf · Jun 18, 2024

History

History

uui-boolean-input

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>