如何在 css 模块中实现 React-bootstrap?
How to implement React-bootstrap in css modules?
最近我搬到了 css 模块,但我也在我现有的项目中使用 react-bootstrap,但我无法弄清楚如何在其中包含 react-bootstrap css 个模块,如有任何帮助或建议,我们将不胜感激。
安装 bootstrap 模块。
运行 下面的命令进行安装。
npm install react-bootstrap bootstrap
然后只需在 index.js 或 App.js 中导入 CSS。
import 'bootstrap/dist/css/bootstrap.min.css';
最近我搬到了 css 模块,但我也在我现有的项目中使用 react-bootstrap,但我无法弄清楚如何在其中包含 react-bootstrap css 个模块,如有任何帮助或建议,我们将不胜感激。
安装 bootstrap 模块。
运行 下面的命令进行安装。
npm install react-bootstrap bootstrap
然后只需在 index.js 或 App.js 中导入 CSS。
import 'bootstrap/dist/css/bootstrap.min.css';