- Issue created by @brianperry
Similar to the islands_slot_content function: https://git.drupalcode.org/project/islands/-/merge_requests/1/diffs#ce43... could we create a helper to allow you to pre-define, and then easily spread a props object into an islands component?
something like
{% set props = {'name': 'Fabien'} %}
and then
<drupal-island {% island_props(props) %} />
Active
0.0
Code