@3mo/circular-progress
Advanced tools
Comparing version 0.2.4 to 0.2.5
import { Component } from '@a11d/lit'; | ||
import '@3mo/theme'; | ||
/** | ||
* @element mo-circular-progress | ||
* | ||
* @ssr true | ||
* | ||
* @attr progress - The progress of the circular progress indicator. Unset to display an indeterminate progress indicator. | ||
@@ -5,0 +9,0 @@ * |
@@ -6,2 +6,6 @@ import { __decorate } from "tslib"; | ||
/** | ||
* @element mo-circular-progress | ||
* | ||
* @ssr true | ||
* | ||
* @attr progress - The progress of the circular progress indicator. Unset to display an indeterminate progress indicator. | ||
@@ -8,0 +12,0 @@ * |
{ | ||
"name": "@3mo/circular-progress", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A circular progress web-component based on Material Web Components.", | ||
@@ -5,0 +5,0 @@ "repository": { |
# Circular Progress | ||
A circular progress web-component based on Material Web Components. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74400
79