mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 20:59:28 -05:00
test create pinned recipe component
This commit is contained in:
23
vue/src/components/PinnedRecipeBar.vue
Normal file
23
vue/src/components/PinnedRecipeBar.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-header"
|
||||
style="position: sticky; top: 0; left: 0; z-index: 1000;">
|
||||
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarText">
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "PinnedRecipeBar"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user