Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-boolean-input

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-boolean-input

Umbraco UI boolean-input component

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

uui-boolean-input

npm

Umbraco style boolean-input component.

Installation

ES imports

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

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

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

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/lib/uui-boolean-input.element';

CDN

The component is available via CDN. This means it can be added to your application without the need of any bundler configuration. Here is how to use it with jsDelivr.

<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-boolean-input@latest/dist/uui-boolean-input.min.js"></script>

<!-- Specific version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-boolean-input@X.X.X/dist/uui-boolean-input.min.js"></script>

Usage

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

Keywords

FAQs

Package last updated on 28 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc