src/components/linear-progress/LinearProgress.ts:
class: LinearProgress, btu-linear-progress
Superclass
| Name | Module | Package |
|---|---|---|
LitElement | lit |
Mixins
| Name | Module | Package |
|---|---|---|
ProgressMixin | /src/util/ProgressMixin.js | |
EventEmitterMixin | /src/util/EventEmitterMixin.js | |
ReadyMixin | /src/util/ReadyMixin.js |
Events
| Name | Type | Description | Inherited From |
|---|---|---|---|
btu-progress-ready | CustomEvent | Fired after first render and initialization | |
btu-progress-complete | CustomEvent | Fired when progress reaches 100 |
CSS Properties
| Name | Default | Description |
|---|---|---|
--progress-color | Custom progress bar color (overrides theme color) | |
--track-color | Track/background color (overrides default gray-100) |
Exports
| Kind | Name | Declaration | Module | Package |
|---|---|---|---|---|
js | default | LinearProgress | src/components/linear-progress/LinearProgress.ts | |
custom-element-definition | btu-linear-progress | LinearProgress | src/components/linear-progress/LinearProgress.ts |