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.

35 lines
1.0 KiB

  1. {
  2. "Name": "Semantic Loader",
  3. "Description": "Loaders lets a user know to wait for activity to finish",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Loader": ".ui.loader",
  7. "Text Loader": ".ui.text.loader"
  8. },
  9. "States": {},
  10. "Variations": {
  11. "Inline": [
  12. "active inline"
  13. ],
  14. "Size": [
  15. "mini text",
  16. "small text",
  17. "medium text",
  18. "large text"
  19. ],
  20. "Inverted": [
  21. "mini inverted text",
  22. "small inverted text",
  23. "medium inverted text",
  24. "large inverted text"
  25. ]
  26. },
  27. "Definitions": {
  28. "Loader": "A loader",
  29. "Text Loader": "A loader can contain text",
  30. "Active": "A loader can be active or visible",
  31. "Disabled": "A loader can be disabled or hidden",
  32. "Inline": "Loaders can appear inline with content ",
  33. "Size": "Loaders can have different sizes",
  34. "Inverted": "Loaders can have their colors inverted."
  35. }
  36. }