Kyle Oliveiro

Results 9 comments of Kyle Oliveiro

This issue also applies to the following components. Not sure whether to create a separate issue for each, so I'll list them here for now: **Components lacking keyboard accessbility** -...

Yes, it's during development. I'm using Cypress to check for pages which should exist in the documentation by visiting a URL and asserting that the response code is 200.

What do we need in order to move this along? IMO, search is a crucial feature for a style guide that's intended to be used by multiple parties.

Yes it is; So we are currently importing our stylesheet which contains all styles for our project (including resets and base styles). We have the following rule in our stylesheet:...

Encapsulating Catalog itself is the right approach. Web Components are also supported in IE11 using the [webcomponents.js polyfill](https://github.com/webcomponents/webcomponentsjs#browser-support).

@yohan-atlan try nuxt fetch method instead of asyncData. Works for me.

@morficus I was encountering the same issue as you. I solved it by creating a separate vuetify config file just for Storybook and using the [full installation method](https://vuetifyjs.com/en/getting-started/quick-start#full-installation) for Vuetify...

> @morficus I was encountering the same issue as you. I solved it by creating a separate vuetify config file just for Storybook and using the [full installation method](https://vuetifyjs.com/en/getting-started/quick-start#full-installation) for...

That's great to know, thanks! Let me know if you need any help :)