You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
617 B
617 B
The Progress
demo uses either the standard tags found in browsers, or the
client/components/Progress.svelte
component if you want a simple custom progress meter.
Your OS (or browser) should have native controls for progress, but there are two HTML tags available:
<progress>
-- It shows a ... progress.<mete>
-- It shows a ... meter which is apparently...totally different?
Go with whatever works for you, and if you want to altern the look then use the <Progress/>
tag.
In the static/global.css
file this is listed as a <progress-meter>
tag to void conflicts with
<progress>
or <meter>
.