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