Answers for "how to put two classes of css module"

CSS
1

css module multiple classes

<div className={`${styles.text} ${styles.class}`}></div>
Posted by: Guest on August-18-2021
1

two classes css modules

<div className={[styles.App, styles.bold, styles['d-flex-c']].join(' ')}>
Posted by: Guest on February-19-2020

Browse Popular Code Answers by Language