Skip to content

Commit

Permalink
Merge pull request #45 from thuydotm/loadingindicator_cleanup
Browse files Browse the repository at this point in the history
LoadingIndicator: remove unused params
  • Loading branch information
thuydotm authored Jan 12, 2025
2 parents 7143c88 + baa91ce commit 550639d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/panel_material_ui/widgets/indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,10 @@ class LoadingIndicator(MaterialWidget):

color = param.Selector(objects=COLORS, default="primary")

size = param.Integer(default=None, bounds=(0, None))

thickness = param.Number(default=3.6)

value = param.Number(default=0, bounds=(0, 100))

variant = param.Selector(default="indeterminate", objects=["determinate", "indeterminate"])

with_label = param.Boolean(default=False)

width = param.Integer(default=None)

_esm = "CircularProgress.jsx"


Expand Down

0 comments on commit 550639d

Please sign in to comment.