Website for showcasing all features of Tesseract Web.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

todo.md 825 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Action
  2. - [X] `ActionButton`
  3. # Color
  4. - [ ] `ColorSlider`
  5. - [ ] `Palette`
  6. - [ ] `Swatch`
  7. # File
  8. - [ ] `FileArea`
  9. - [ ] `FilePicker`
  10. # Formatted
  11. - [ ] `EmailInput`
  12. - [ ] `TelInput`
  13. - [ ] `UrlInput`
  14. # Freeform
  15. - [X] `MaskedTextInput`
  16. - [X] `MultilineTextInput`
  17. - [X] `TextInput`
  18. # Geo
  19. - [ ] `Map`
  20. # Information
  21. - [X] `Badge`
  22. # Navigation
  23. - [ ] `Breadcrumb`
  24. - [X] `LinkButton`
  25. - [ ] `Stepper`
  26. - [ ] `TabPanel`
  27. # Numeric
  28. - [ ] `Knob`
  29. - [ ] `Range2D`
  30. - [ ] `Slider`
  31. - [ ] `Spinner`
  32. # Option
  33. - [X] `DropdownSelect`
  34. - [ ] `MenuSelect`
  35. - [X] `RadioButton`
  36. - [X] `RadioTickBox`
  37. - [ ] `TagInput`
  38. - [X] `ToggleButton`
  39. - [X] `ToggleSwitch`
  40. - [X] `ToggleTickBox`
  41. # Temporal
  42. - [ ] `Calendar`
  43. - [ ] `Clock`
  44. - [ ] `DateDropdown`
  45. - [ ] `DurationInput`
  46. - [ ] `MonthDaySpinner`
  47. - [ ] `TimeSpinner`
  48. - [ ] `YearMonthSpinner`