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.

68 lines
2.1 KiB

  1. {
  2. "Name": "Semantic Label",
  3. "Description": "Labels give descriptions to pieces of content",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Label": ".ui.label > .mail.icon",
  7. "Detail": ".ui.label > .detail",
  8. "Removable": ".ui.label > .delete.icon",
  9. "Link": ".ui.label > .detail > .mail.icon",
  10. "Image": ".ui.image.label > .",
  11. "Corner": ".ui.right.red.corner.label > .heart.icon",
  12. "Attached": ".ui.top.attached.label"
  13. },
  14. "Variations": {
  15. "Colors": [
  16. "black",
  17. "green",
  18. "red",
  19. "blue",
  20. "orange",
  21. "purple",
  22. "teal"
  23. ],
  24. "Horizontal": [
  25. "red horizontal",
  26. "purple horizontal",
  27. "red horizontal",
  28. "horizontal"
  29. ],
  30. "Circular": [
  31. "black circular",
  32. "green circular",
  33. "red circular",
  34. "blue circular",
  35. "purple circular",
  36. "teal circular"
  37. ],
  38. "Floating": [
  39. "floating red",
  40. "floating teal"
  41. ],
  42. "Pointing": [
  43. "pointing",
  44. "pointing below",
  45. "pointing left",
  46. "pointing right"
  47. ],
  48. "Size": [
  49. "small",
  50. "large"
  51. ]
  52. },
  53. "Groups": {},
  54. "Definitions": {
  55. "Label": "A basic label",
  56. "Detail": "A label can contain a detail",
  57. "Removable": "A label can contain a delete icon",
  58. "Link": "A label can contain a text link",
  59. "Image": "A label can be formatted to include an image",
  60. "Corner": "A label can position itself in the corner of an element",
  61. "Attached": "A label can attach to a content segment",
  62. "Colors": "Labels can share colors together",
  63. "Horizontal": "A horizontal label is formatted to label content along-side it horizontally",
  64. "Circular": "Labels can share shapes",
  65. "Floating": "A label can float above another element",
  66. "Pointing": "A label can point to content next to it",
  67. "Size": "Labels can share sizes together"
  68. }
  69. }