-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
It would be nice to have a feature like this:
https://viewcomponent.org/guide/slots.html
For example, if you want to create a nav component, you may want to add multiple links:
<%= render "components/nav" do |partial| %>
<% partial.link "Link 1", page_path %>
<% partial.link "Link 2", another_path %>
<% end %>
Metadata
Metadata
Assignees
Labels
No labels