Skip to content

Instantly share code, notes, and snippets.

@cferdinandi
Last active May 15, 2024 16:59
Show Gist options
  • Save cferdinandi/d34a48b32c912ed22bc9b371d964b40f to your computer and use it in GitHub Desktop.
Save cferdinandi/d34a48b32c912ed22bc9b371d964b40f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<my-element>
<template shadowrootmode="open">
<p style="color: red;">
Look mom, no JS shadow dom.
</p>
</template>
</my-element>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment