If you have a question or an issue, please start a thread in our Github Discussions Forum. This forum is closed for new threads/ topics.
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do i make sure the components in q-toolbar are responsive when we resize the screen width
Flex with the col responsive classes will do the job. Add row class to toolbar and add col responsive classes to your components (col-12-xs col-10-sm col-8-md col-6-lg col-4-xl for example)
thanks !