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

Allow slots when using nested JSX #2

Open
romaricpascal opened this issue Apr 20, 2020 · 0 comments
Open

Allow slots when using nested JSX #2

romaricpascal opened this issue Apr 20, 2020 · 0 comments

Comments

@romaricpascal
Copy link
Owner

<Component>
	<slot name="header">
		<h1>{article.title}</h1>
	</slot>
	<slot name="footer">
		<Bio person={article.author} />
	</slot>
</Component>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant