Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created October 25, 2022 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristoferjoseph/406b17e1dc1334b09036f084e3c4299c to your computer and use it in GitHub Desktop.
Save kristoferjoseph/406b17e1dc1334b09036f084e3c4299c to your computer and use it in GitHub Desktop.
as attribute example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<begin-heading>
<h2 slot="header"></h2>
</begin-heading>
</body>
</html>
<!--
<begin-heading>
<slot name="header" as="h3">
Default header content
</slot>
</begin-heading>
<begin-heading>
<h3 name="header">
Default header content
</h3>
</begin-heading>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment