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.

93 lines
3.1 KiB

  1. {
  2. "Name": "Semantic Button",
  3. "Description": "Buttons indicate a possible user action.",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Animated": ".ui.animated.button > .visible.content",
  7. "Icon": ".ui.icon.button > .cloud.icon",
  8. "Labeled Icon": ".ui.labeled.icon.button > .pause.icon"
  9. },
  10. "Groups": {},
  11. "States": {},
  12. "Variations": {
  13. "Social": [
  14. "facebook",
  15. "twitter",
  16. "google plus",
  17. "vk",
  18. "linkedin",
  19. "instagram",
  20. "youtube"
  21. ],
  22. "Sizes": [
  23. "mini",
  24. "tiny",
  25. "small",
  26. "medium",
  27. "large",
  28. "big",
  29. "huge",
  30. "massive"
  31. ],
  32. "Ordinality": [
  33. "primary",
  34. "secondary"
  35. ],
  36. "Basic": [
  37. "basic"
  38. ],
  39. "Colors": [
  40. "black",
  41. "green",
  42. "red",
  43. "blue"
  44. ],
  45. "Toggle": [
  46. "toggle"
  47. ],
  48. "Feedback": [
  49. "positive",
  50. "negative"
  51. ],
  52. "Fluid": [
  53. "fluid"
  54. ],
  55. "Circular": [
  56. "circular",
  57. "circular icon"
  58. ],
  59. "Vertically Attached": [
  60. "top attached",
  61. "bottom attached"
  62. ],
  63. "Horizontally Attached": [
  64. "left attached",
  65. "right attached"
  66. ]
  67. },
  68. "Group Variations": {},
  69. "Definitions": {
  70. "Animated": "A button can animate to show hidden content",
  71. "Icon": "Groups can be formatted as icons",
  72. "Labeled Icon": "Groups can be formatted as labeled icons",
  73. "Buttons": "Buttons can exist together as a group",
  74. "Icons": "Button groups can show groups of icons",
  75. "Conditionals": "Button groups can be separated by conditionals",
  76. "Hover": "A button can change to show a user has hovered their mouse",
  77. "Down": "A button can change when pressed using touch or mouse events",
  78. "Active": "A button can show it is currently the active user selection",
  79. "Disabled": "A button can show it is currently unable to be interacted with",
  80. "Loading": "A button can show a loading indicator",
  81. "Social": "A button can be formatted to link to a social website",
  82. "Sizes": "Groups can have a shared size",
  83. "Ordinality": "A button can be formatted to show different levels of emphasis",
  84. "Basic": "A button group can be formatted to remove extra formatting",
  85. "Colors": "Groups can have a shared color",
  86. "Toggle": "A button can be formatted to toggle on and off",
  87. "Feedback": "A button can be positive or negative:",
  88. "Fluid": "Groups can be divided evenly to fit parent",
  89. "Circular": "A button can be circular:",
  90. "Vertically Attached": "A button can be attached to the top or bottom of other content",
  91. "Horizontally Attached": "A button can be attached to the left or right of other content",
  92. "Vertical": "Groups can be formatted to appear vertically"
  93. }
  94. }