You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think of an helper that could shorten component referencing? I find referencing component constant everywhere cumbersome and a bit of lost space. I already implemented something like the followign in an app of mine I and found it quite enjoyable. 🤗
I'm also wondering if it could be used if we wanted to give access to some vitrail internal helpers. 🤔
<div><%=rendervitrail.title(level: 2).with_content("Hello there!")%><%=rendervitrail.card(class: "bg-blue-200")do%><p>What a nice gem!</p><%end%></div>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think of an helper that could shorten component referencing? I find referencing component constant everywhere cumbersome and a bit of lost space. I already implemented something like the followign in an app of mine I and found it quite enjoyable. 🤗
I'm also wondering if it could be used if we wanted to give access to some vitrail internal helpers. 🤔
Beta Was this translation helpful? Give feedback.
All reactions