buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Bug: No option to control responsiveness of Navigation Component #873

Open Sushant5776 opened 2 months ago

Sushant5776 commented 2 months ago

Description of the bug

I am using Navigation component which asks for destinations and when passed on phone it is overflowing out of my window and there is no such option to pass to it as collapse below etc.

Playroom reproduction

No response

Version

^0.22.17

What browsers are you seeing the problem on?

Chrome

veej commented 1 month ago

Hi @Sushant5776,

You have the option to fine-tune the Navigation's configuration, adjusting the size or padding of the items, or altering the typography to reduce the font-size. IMHO, enabling the items to collapse onto multiple lines may not always be the most effective solution. At times, it could be more beneficial to replace the component entirely with another that is more suited for mobile UI.