标签: reactjs react-css-modules
我在我的应用程序中使用css模块
import styles from './Timeheader.css' <div className={styles.hour}>9</div>
动态添加类的最佳方法是什么?还是反应,这是个坏主意吗?