Skip to content

Instantly share code, notes, and snippets.

@blackspike
Created April 13, 2023 12:53
Show Gist options
  • Save blackspike/86f4d123207cbf17e6bbcd7f75bf2f7b to your computer and use it in GitHub Desktop.
Save blackspike/86f4d123207cbf17e6bbcd7f75bf2f7b to your computer and use it in GitHub Desktop.
const { isFooter } = Astro.props
const ElementH = "header"
const ElementF = "footer"
const ElementType = isFooter ? ElementF : ElementH
---
<ElementType
class="header-footer"
class:list={menuOpen ? "nav-open" : ""}
data-footer={isFooter ? "true" : "false"}
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment