Skip to content

Allow extra parameters when splicing #6

@nmattia

Description

@nmattia

It would be nice to be able to write the following:

<div class="a-class" {...dynAttrs}> ... </div>

It could be done such that in the above case a-class would have priority over a class defined by dynAttrs whereas in

<div {...dynAttrs} class="a-class"> ... </div>

a class defined by dynAttrs would take over.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions