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.

56 lines
1.2 KiB

  1. {
  2. "Name": "Button",
  3. "Type": "UI Element",
  4. "States": {
  5. "Active": "active",
  6. "Loading": "loading",
  7. "Disabled": "disabled"
  8. },
  9. "Types": {
  10. "Singular": {
  11. "Standard": ".ui.button",
  12. "Icon": ".ui.icon.button > i.add.icon",
  13. "Labeled Icon": ".ui.labeled.icon.button > i.add.icon"
  14. },
  15. "Group": {
  16. "Standard": ".ui.buttons > .button+.button+.button",
  17. "Icon": ".ui.buttons > ( (.button > i.icon.user) + (.button > i.icon.heart) + (.button > i.icon.lab))",
  18. "Conditional": ".ui.buttons > .button+.or+.button",
  19. "Vertical": ".vertical.ui.buttons > .button+.button+.button"
  20. }
  21. },
  22. "Text": {
  23. ".ui.button": "Button"
  24. },
  25. "Variations": {
  26. "Size": [
  27. "mini",
  28. "tiny",
  29. "small",
  30. "medium",
  31. "large",
  32. "huge",
  33. "massive"
  34. ],
  35. "Color": [
  36. "black",
  37. "green",
  38. "red",
  39. "blue",
  40. "green",
  41. "red",
  42. "teal"
  43. ],
  44. "Ordinality": [
  45. "secondary",
  46. "tertiary"
  47. ],
  48. "Attached": [
  49. "attached top",
  50. "attached bottom",
  51. "attached left",
  52. "attached right"
  53. ],
  54. "Circular": "circular",
  55. "Fluid": "fluid"
  56. }
  57. }