I need to add a dynamic class to a list of regular classes, but have no idea how (I’m using babel), something like this:
<div className="wrapper searchDiv {this.state.something}">
...
</div>
Any ideas?
I need to add a dynamic class to a list of regular classes, but have no idea how (I’m using babel), something like this:
<div className="wrapper searchDiv {this.state.something}">
...
</div>
Any ideas?