Opened
Circular Progress
mladenmacanovic
commented
Member
Hi,
Can you tell us what kind of progress bar? We have two different progress components.
- Progress
For Progress
you can set the Value
to 100
and make Animated="true"
to appear as long running.
- PageProgress
Set Value
to null
to make it go into loop, <PageProgress Visible="true" />
Both can be seen in action in our demo app: https://bootstrapdemo.blazorise.com/tests/progressbars
And usage can be found at https://blazorise.com/docs/components/progress/#basic
PS. We also have SpinKit component https://bootstrapdemo.blazorise.com/tests/spinkit
Want to comment on this issue? Log in and write your comment.
Asignee
No assignee
Labels
Type: Proposal
Do you have circular progress bar? if yes, can you send me sample code, please