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.

58 lines
2.0 KiB

  1. {
  2. "Name": "Semantic Header",
  3. "Description": "Headers provide a short summary of content",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Header": ".ui.header",
  7. "Descriptive Headers": ".ui.header",
  8. "Icon": ".ui.header",
  9. "Page Headings": ".ui.header",
  10. "Content Headings": ".ui.header"
  11. },
  12. "States": {},
  13. "Variations": {
  14. "Attached": [
  15. "top attached",
  16. "bottom attached"
  17. ],
  18. "Floating": [
  19. "right floated",
  20. "left floated"
  21. ],
  22. "Colors": [
  23. "black",
  24. "blue",
  25. "red",
  26. "green",
  27. "purple",
  28. "teal"
  29. ],
  30. "Dividing": [
  31. "dividing"
  32. ],
  33. "Block": [
  34. "black block"
  35. ],
  36. "Inverted": [
  37. "inverted black block",
  38. "inverted blue block",
  39. "inverted red block",
  40. "inverted green block",
  41. "inverted purple block",
  42. "inverted teal block"
  43. ]
  44. },
  45. "Definitions": {
  46. "Header": "A standard header",
  47. "Descriptive Headers": "Headers may have sub headers containing further context to the section",
  48. "Icon": "A header can be formatted to emphasize an icon",
  49. "Page Headings": "Headers may be oriented to give the heirarchy of a section in the context of the page",
  50. "Content Headings": "Headers may be oriented to give the importance of a section in the context of the content that surrounds it",
  51. "Disabled": "A header can show that it is inactive",
  52. "Attached": "A header can be attached to other content",
  53. "Floating": "A header can sit to the left or right of other content",
  54. "Colors": "A header can be formatted with different colors",
  55. "Dividing": "A header can be formatted to divide itself from the content below it",
  56. "Block": "A header can be formatted to create a block",
  57. "Inverted": "A header can have its colors inverted for contrast"
  58. }
  59. }