forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress.json
More file actions
38 lines (38 loc) · 1.07 KB
/
progress.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"Name": "Semantic Progress",
"Description": "Progress bars show the percent of a task complete",
"Definition": "Elements",
"Types": {
"Progress Bar": ".ui.progress > .bar"
},
"States": {},
"Variations": {
"Attached": [
"top attached",
"bottom attached"
],
"Color": [
"blue",
"black",
"green",
"red",
"blue",
"purple",
"teal"
],
"Striped": [
"striped"
]
},
"Definitions": {
"Progress Bar": "A standard progress bar",
"Active": "A progress bar can show activity",
"Successful": "A progress bar can show success",
"Warning": "A progress bar can show a warning state",
"Failed": "A progress bar can show failure",
"Disabled": "A progress bar can be disabled",
"Attached": "A progress bar can show progress of an element",
"Color": "Can have different colors:",
"Striped": "A progress bar can be striped"
}
}