Skip to content
Discussion options

You must be logged in to vote

My blade file is written as follows:

<main x-data="{sideBar: false}" class="flex flex-col min-h-screen h-screen">
        <header>
            <nav class="bg-primary px-3 py-2 relative">
                <div class="flex space-x-3">
                    <button>
                        <svg x-on:click="sideBar = ! sideBar" class="w-8 h-8" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
                        </svg>
                    </button>

                    <x-algolia.searchbox></x-algolia.searchbox>

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@ZayRTun
Comment options

@KevinBatdorf
Comment options

Comment options

You must be logged in to vote
1 reply
@ZayRTun
Comment options

Answer selected by ZayRTun
Comment options

You must be logged in to vote
1 reply
@ZayRTun
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants