@banegasn/m3-loading-indicator
v0.1.3
Published
Material Design 3 loading indicator web component
Downloads
179
Maintainers
Readme
@banegasn/m3-loading-indicator
Material Design 3 Loading Indicator web component. Expressive loading indicator with shape morphing capabilities.
Installation
npm install @banegasn/m3-loading-indicatorVia CDN (No build step)
<script type="module" src="https://cdn.jsdelivr.net/npm/@banegasn/m3-loading-indicator/+esm"></script>Usage
<m3-loading-indicator variant="standard" shape="circle"></m3-loading-indicator>Properties
| Property | Type | Default | Description |
|----------|------|---------|-------------|
| variant | 'standard' \| 'contained' | 'standard' | Indicator variant |
| shape | 'circle' \| 'square' | 'circle' | Indicator shape |
License
MIT
