react-styleguidist-visual icon indicating copy to clipboard operation
react-styleguidist-visual copied to clipboard

how to pass multiple array of component for filter

Open md-azam12 opened this issue 6 years ago • 5 comments
trafficstars

is it correct way to pass component inside filter ?

module.exports = { viewports: { desktop: { width: 600, height: 600, }, }, launchOptions: { }, filter: ['Button', 'Chip', 'Badge'], };

md-azam12 avatar Feb 22 '19 07:02 md-azam12

It's supposed to be an array, yup. Let me know if it works correctly.

unindented avatar Feb 22 '19 23:02 unindented

filter: ['Button', 'Chip', 'Badge'], does not works for me.

md-azam12 avatar Mar 27 '19 23:03 md-azam12

That's a bug then. Feel free to open a PR.

unindented avatar Mar 28 '19 02:03 unindented

I am having hard time understanding code since there is no code documentation.

md-azam12 avatar Apr 01 '19 19:04 md-azam12

@khalidAzam 🤣

unindented avatar Apr 01 '19 19:04 unindented