Skip to content

add a way to give all component props to a tag #40

@spynetS

Description

@spynetS
	    <template rapid-name="comp" >
		    <div {allprops} >
			    <h1>TEST</h1>
		    </div>
	    </template>
	    <comp prop1="1" prop2="2" prop3="3" prop3="3" >
	    </comp>

	    <div prop1="1" prop2="2" prop3="3" prop3="3">
		    <h1>TEST</h1>
	    </div>

example

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions