Skip to content

To know about navbar features #3041

Answered by melvinczyk
vikas9616 asked this question in Q&A
Discussion options

You must be logged in to vote

In your nav bar you can separate it into start, center, and end depending on where you want the feature to be. You can add the ghost button to the end section for it to be on the right:

<div class="navbar bg-base-300>
    <div class="navbar-start"></div>
    <div class="navbar-center"></div>
    <div class="navbar-end">
        <!-- Add content here -->
    </div>
</div>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by saadeghi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants