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.
 
 
 

36 lines
1.0 KiB

{
"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."
}
}