Created
October 25, 2022 20:49
-
-
Save kristoferjoseph/406b17e1dc1334b09036f084e3c4299c to your computer and use it in GitHub Desktop.
as attribute example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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