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.

34 lines
1.2 KiB

  1. {
  2. "Name": "Semantic Divider",
  3. "Description": "A divider visually segments content into separate groups",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Divider": ".ui.divider",
  7. "Vertical Divider": ".ui.vertical.divider",
  8. "Horizontal Divider": ".ui.horizontal.divider",
  9. "Icon Divider": ".ui.horizontal.icon.divider > .circular.heart.icon"
  10. },
  11. "Variations": {
  12. "Inverted": [
  13. "inverted"
  14. ],
  15. "Fitted": [
  16. "fitted"
  17. ],
  18. "Section": [
  19. "section"
  20. ],
  21. "Clearing": [
  22. "clearing"
  23. ]
  24. },
  25. "Definitions": {
  26. "Divider": "A standard divider",
  27. "Vertical Divider": "A divider can segment content vertically",
  28. "Horizontal Divider": "A divider can segment content horizontally",
  29. "Icon Divider": "A divider can include an icon",
  30. "Inverted": "A divider can have its colors inverted",
  31. "Fitted": "A divider can be fitted, without any space above or below it.",
  32. "Section": "A divider can provide greater margins to divide sections of content",
  33. "Clearing": "A divider can clear the contents above it"
  34. }
  35. }