React项目引入Bootstrap

在项目根目录:

npm install bootstrap --save

 

在index.js:

import 'bootstrap/dist/css/bootstrap.min.css'

 

选择、调整样式:

https://v4.bootcss.com/docs/components/alerts/

https://v4.bootcss.com/docs/utilities/borders/

 

posted @ 2021-02-04 16:35  starlog  阅读(699)  评论(0编辑  收藏  举报