Hacker News new | ask | show | jobs
by piranha 1072 days ago
That's one of the reasons TwinSpark got actions, you still need little bits of client-side interactivity.
1 comments

I find things like actions is great for conditionally showing and hiding form fields or small things like that, but if you want to have accessible tabs and modals it is best to bundle it up in a component. Here is an example of a lit components I use, https://codepen.io/megaman821/pen/GRXmzZb and https://codepen.io/megaman821/pen/dydvxBE