dev-family/admiral

how can I customize components?

Closed this issue · 1 comments

On your demo, this component looks like this:
Снимок экрана 2024-01-08 в 20 50 12
And on my panel after installation it looks like this:
Снимок экрана 2024-01-08 в 20 54 32
How can I customize this and other components?

You can add menuPopupExtraComponents props to <Admin /> component in App.tsx file.
Example of this logic is here - https://github.com/dev-family/admiral/blob/master/src/App.tsx