i want to add to button data-type= #${this.props.something} react class component code example
Example: defining props in react
function Welcome(props) {
return Hello, {props.name}
;
}
const element = ;
ReactDOM.render(
element,
document.getElementById('root')
);