@umbraco-ui/uui-loader-circle
v1.16.0
Published
A circular, animated loader that can display progress
Readme
uui-loader-circle
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-loader-circleImport the registration of <uui-loader-circle> via:
import '@umbraco-ui/uui-loader-circle';When looking to leverage the UUILoaderCircleElement base class as a type and/or for extension purposes, do so via:
import { UUILoaderCircleElement } from '@umbraco-ui/uui-loader-circle';Usage
<uui-loader-circle></uui-loader-circle>