Tarekun / optimus-bo-ui

React UI library developed and used at Optimus, Bologna, Italy
0 stars 0 forks source link

Navbar customization #18

Open Tarekun opened 5 months ago

Tarekun commented 5 months ago

I want the navbar to be configurable so that you can customize it's color. The programmer must be able to set the navbar color and the text color of the links. I could also add a prop to directly access the AppBar's and ToolBar's props Ideally i wanto the drawer (in case of mobile displays) to be customizable too, but this can be split in its own issue.

AC