Skip to content

Instantly share code, notes, and snippets.

@fayazara
Created December 23, 2020 16:13
Show Gist options
  • Save fayazara/da8377cd4fb953323dee38e1f87c765f to your computer and use it in GitHub Desktop.
Save fayazara/da8377cd4fb953323dee38e1f87c765f to your computer and use it in GitHub Desktop.
<template>
<header class="fixed top-0 left-0 w-full bg-white border-b">
<div class="container mx-auto flex items-center py-3">
<logo />
<search />
<navbar-actions />
</div>
</header>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment