@umbraco-ui/uui-button
v1.16.0
Published
All-round button, Umbraco backoffice style.
Downloads
11,070
Readme
uui-button
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-buttonImport 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>