forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.json
More file actions
36 lines (36 loc) · 1.02 KB
/
loader.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"Name": "Semantic Loader",
"Description": "Loaders lets a user know to wait for activity to finish",
"Definition": "Elements",
"Types": {
"Loader": ".ui.loader",
"Text Loader": ".ui.text.loader"
},
"States": {},
"Variations": {
"Inline": [
"active inline"
],
"Size": [
"mini text",
"small text",
"medium text",
"large text"
],
"Inverted": [
"mini inverted text",
"small inverted text",
"medium inverted text",
"large inverted text"
]
},
"Definitions": {
"Loader": "A loader",
"Text Loader": "A loader can contain text",
"Active": "A loader can be active or visible",
"Disabled": "A loader can be disabled or hidden",
"Inline": "Loaders can appear inline with content ",
"Size": "Loaders can have different sizes",
"Inverted": "Loaders can have their colors inverted."
}
}