react-styleguidist-visual
react-styleguidist-visual copied to clipboard
how to pass multiple array of component for filter
trafficstars
is it correct way to pass component inside filter ?
module.exports = { viewports: { desktop: { width: 600, height: 600, }, }, launchOptions: { }, filter: ['Button', 'Chip', 'Badge'], };
It's supposed to be an array, yup. Let me know if it works correctly.
filter: ['Button', 'Chip', 'Badge'], does not works for me.
That's a bug then. Feel free to open a PR.
I am having hard time understanding code since there is no code documentation.
@khalidAzam 🤣