nickslick03 / messiah-meal-planner

1 stars 0 forks source link

Form element components #10

Closed nickslick03 closed 1 month ago

nickslick03 commented 1 month ago

Created the Input and Select components. It seems you already created the buttons so I did the rest

cdrice26 commented 1 month ago

I made a few changes, mostly just adding a separate Button component (we have ButtonCell but that won't work outside of a table) and making the checkbox input look nicer. The only remaining issue I see is that at least in Safari, the up/down buttons on the number input display above the modal. Not sure if this is fixable or not. Feel free to review these changes and then go ahead and merge.

nickslick03 commented 1 month ago

Removed the number input arrows ... they were kind of ugly anyways