mutiny-web icon indicating copy to clipboard operation
mutiny-web copied to clipboard

Get rid of kobalte depency

Open futurepaul opened this issue 1 year ago • 0 comments

kobalte has doubled in size since we started using it and I had a scary experience the other day when a dependency of a depency of kobalte was breaking stuff. would feel nice to get rid of but we can DCA into it over time.

https://bundlephobia.com/package/@kobalte/[email protected]

components we need to replace

  • [ ] dialog. probably the hardest to replace without breaking changes. ideally can use the platform native: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
  • [ ] progress bar. should be simple
  • [ ] textfield. newer components I haven't been using it actually, been meaning to clean out the remaining uses
  • [ ] radiogroup. might be a hassle
  • [ ] tabs. should be simple

futurepaul avatar Nov 15 '23 18:11 futurepaul