How to render using Hyperstack components in erb view
<p>For example, I have an erb page that contains a lot of logic. I want to create user message on this page using Hyperstack. How can I render Hyperstack components on this erb page?
renew:
I know this is possible because the Hyperstack component is embedded in application.erb. </p>