You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-button

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-button

All-round button, Umbraco backoffice style.

1.5.0-rc.1
Source
npm
Version published
Weekly downloads
1.2K
9.01%
Maintainers
6
Weekly downloads
 
Created
Source

uui-button

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-button

Import the registration of <uui-button> via:

import '@umbraco-ui/uui-button';

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

import { UUIButtonElement } from '@umbraco-ui/uui-button';

Usage

<uui-button label="Basic Button" look="primary">Basic button</uui-button>

Keywords

Umbraco

FAQs

Package last updated on 17 Oct 2023

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