Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Allow slots when using nested JSX #2

@romaricpascal

Description

@romaricpascal
<Component>
	<slot name="header">
		<h1>{article.title}</h1>
	</slot>
	<slot name="footer">
		<Bio person={article.author} />
	</slot>
</Component>

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