darcy-framework/darcy-ui

Missing fundamental UI element types

Closed this issue · 3 comments

Need:

  • Checkbox
  • Multiselect
  • Radio button (consider using Select instead)

Rich interfaces eventually to come too (though not necessary for this issue to be resolved):

  • Tables
  • Date selects
  • ?

RE: Radio buttons

They should be their own interface, because even though they are functionally equivalent, they look completely different to the user and are implemented differently. The API will be very similar to Selects though. So probably something like, RadioButtonGroup and RadioButton. Would like to think of more concise names though.