arielsalminen / vue-design-system

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

Bring back open in isolated mode #72

Open MrJoeXu opened 6 years ago

MrJoeXu commented 6 years ago

In vue-styleguidist there's an option to toggle the code editor view, also with the option to open the component in an isolated view. How can I enable them in VueDS?

arielsalminen commented 6 years ago

@MrJoeXu That functionality doesn’t currently work with Vue Styleguidist’s navigation option that is used in Vue Design System. There’s related discussion here about changing the way that option works and also bringing back the isolated mode: https://github.com/styleguidist/react-styleguidist/issues/892 …if you want to follow how things progress :)

You can make the code editor initially hidden though (toggle open), I can provide instructions a bit later.

arielsalminen commented 5 years ago

As an update, the feature is there, its currently just hidden with CSS, so probably just needs documentation on how to enable it if wanted.