Preview the component on Storybook
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';
<uui-button label="Basic Button" look="primary">Basic button</uui-button>