How to add multiple classes in Material UI using the classes props? November 20, 2022 by Tarik you can use string interpolation: <div className={`${this.props.classes.container} ${this.props.classes.spacious}`}>