Meaningful config keys in Elixir projects Elixir Wizards S7E8 Sigu Magwa on the Elixir Community in Kenya

Passing Unknown Attributes into Your Component

On your LiveView page, you are using a custom component. You want to be able to pass HTML attributes into the component, but the component doesn’t know anything about the attributes being passed! You need a way to pass arbitrary attributes through and get them where you want them.

https://fly.io/phoenix-files/passing-unknown-attributes-into-component/