LiveView provides rich, real-time user experiences with| hexdocs.pm
Components are a mechanism to compartmentalize state, markup, and| hexdocs.pm
Link to this function| hexdocs.pm
I’m quite sure most of you have already interacted with live view components. You may have created components to reuse in your live view application. However, sometimes you may feel stuck when creating reusable components more so when you want to pass in common attributes with different values in your component’s markup.| elixirschool.com