-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: more control on topbar slots #4662
Comments
Hi, we have an issue for allowing navigation with tabs instead of sidebar in #4544. As for the shopping cart item, it's maybe not the most elegant way and we could create an extra slot for actions on the right side, but you should be able to use something like: import { Account } from '@toolpad/core/Account';
//...
slots={{ toolbarAccount: () => <><Account />{ /* your shopping cart button */ }</> }}
// ... in the |
It seems a bit strange to me that the theme switcher is inside of the ToolparActions slot, and the account control is outside. If both were inside, there would be more control over how to render those. It would be a breaking change. |
I'm going to split off the request for the top menu as a separate issue |
Summary
We would like to add a shopping cart icon next to the existing slot on the top right. How can we extend the layout to support more slots? Would it be preferable for us to submit a merge request?
Examples
Motivation
Motivation
If you want a custom search bar, you can misuse css and scope of the account slot, however there should be a way to fully override that part of the dashboard layout and provide your own, in your own order.
This issue first contained the request for the top menu, but that has been split off to #4821
Search keywords: topbar navigation, top menu, custom slots, shopping cart
The text was updated successfully, but these errors were encountered: