A Reusable Multi-Tag Selection Component for Phoenix LiveView
In this article I'm gonna show how to create a reusable multi-tag selection component for a Phoenix LiveView
Prerequisite
phoenix_live_view
tailwind css
Add a live route
go to router.ex and add
live "/" ParentLiveView
Create a Phoenix LiveVie...
paugramming.com4 min read