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.

37 lines
1.1 KiB

  1. {
  2. "Name": "Semantic Input",
  3. "Description": "Inputs allow a user to enter information",
  4. "Definition": "Elements",
  5. "Types": {
  6. "Input": ".ui.input > ."
  7. },
  8. "States": {},
  9. "Variations": {
  10. "Icon": [
  11. "icon"
  12. ],
  13. "Labeled": [
  14. "labeled"
  15. ],
  16. "Action": [
  17. "action"
  18. ],
  19. "Fluid": [
  20. "fluid icon",
  21. "fluid action"
  22. ],
  23. "Size": [
  24. "mini icon"
  25. ]
  26. },
  27. "Definitions": {
  28. "Input": "A standard input",
  29. "Focus": "An input field can show a user is currently interacting with it",
  30. "Loading": "An icon input field can show that it is currently loading data",
  31. "Error": "An input field can show the data contains errors",
  32. "Icon": "An input can be formatted with an icon",
  33. "Labeled": "An input can be formatted with a label",
  34. "Action": "An input can be formatted to alert the user to an action they may perform",
  35. "Fluid": "An input can take the size of its container",
  36. "Size": "An input can vary in size"
  37. }
  38. }