Quantcast
Channel: How to get rid of the "className" attribute in JSX? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Simonov Dmitry for How to get rid of the "className" attribute in JSX?

$
0
0

You can do it like this:

    class Div extends React.Component {        render() {            return (<div className={this.props.cl} >                    {this.props.children}</div>            );        }    };    export default Div;

And use

<Div cl="my_class"></Div>

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>