Salvatore Tedde
Salvatore Tedde
I have a Nuxt instance where I have admin routes and public routes. Admin routes need many more modules than the public routes. Is it possible to load routes based...
The tabs stay collapsed (despite startCollapsed: false) if they are inside a hidden div (FAQs). Example: ``` Element1 Element2 Element3 Tab 1 Tab 2 Tab 3 ```
Hi, I have forked your repo and added some changes to the SASS version. Now the grid is generated with a `for` loop and you can specify how many columns...
Is there a callback that fires when the src has changed for the first time? I have a image wrapped with a span, I use this wrapper to display a...
Is this library supposed to work with [snapshot-diff](https://www.npmjs.com/package/snapshot-diff)? I see different class output when using it like this: ``` import 'jest-styled-components' import { render } from 'react-testing-library' import snapshotDiff from...
Is there a way to add an SVG inline? For example the following code breaks the SSR: ``` import { ReactComponent as Logo } from './logo.svg'; ``` I can create...
I have several issues with the omission of the video extension. Is it possible to turn it off somehow? The CMS I use adds the extension automatically.
Is it possible to add in the documentation an example of the rendering of a big v-for list?