indigo icon indicating copy to clipboard operation
indigo copied to clipboard

More UI Components & Features

Open davesmith00000 opened this issue 4 years ago • 0 comments

Currently Indigo only provides an inbuilt way to make use of buttons and input fields. But it would be nice to offer a basic but fuller suite of form components, could include:

  • [X] Buttons
  • [X] Input fields
  • [ ] Slider bars
  • [x] Radio buttons
  • [ ] Checkboxes
  • [ ] Simple dials / value controls (increase / decrease a value without having a slider bar)
  • [ ] Simple layout groups? Just rows and columns?

All UI components (including existing ones) should emit appropriate events (custom or fixed). They should follow the pattern of living in the View Model, and should be usable with all human input types as far as possible (mouse, keyboard, gamepad, and touch when we add it).

Should we support a virtual keyboard?

davesmith00000 avatar Aug 05 '20 19:08 davesmith00000