Javascript – How to pass object values in as an array of props?
I have a react button component that pulls in button classnames from a module.scss file. It works just fine if I want to select a single style/class from my object, but I can't figure out how to display multiple (in…