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.

37 lines
1.1 KiB

  1. {
  2. "Name": "Semantic Progress",
  3. "Description": "Progress bars show the percent of a task complete",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Progress Bar": ".ui.progress > .bar"
  7. },
  8. "States": {},
  9. "Variations": {
  10. "Attached": [
  11. "top attached",
  12. "bottom attached"
  13. ],
  14. "Color": [
  15. "blue",
  16. "black",
  17. "green",
  18. "red",
  19. "blue",
  20. "purple",
  21. "teal"
  22. ],
  23. "Striped": [
  24. "striped"
  25. ]
  26. },
  27. "Definitions": {
  28. "Progress Bar": "A standard progress bar",
  29. "Active": "A progress bar can show activity",
  30. "Successful": "A progress bar can show success",
  31. "Warning": "A progress bar can show a warning state",
  32. "Failed": "A progress bar can show failure",
  33. "Disabled": "A progress bar can be disabled",
  34. "Attached": "A progress bar can show progress of an element",
  35. "Color": "Can have different colors:",
  36. "Striped": "A progress bar can be striped"
  37. }
  38. }