arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Feature request: optionally remove DS-navigation in Templates #165

Open edwinm opened 5 years ago

edwinm commented 5 years ago

In some of my templates, I use width: 100vw or position: fixed. This doesn't work well with the navigation and title bar provided with VDS.

I also want to use the device modus in Chrome or Firefox. This also doesn't work well with the VDS markup.

Solution: provide a button to (temporarily) remove the VDS navigation and title bar. You can provide a floating button to go back. Or use a key combination.

Another option is to show the template in an iframe.