React配置Bootstrap
下指令
npm i bootstrap react-bootstrap
在App.js中引入bootstrap css style
這裡要套用react-bootstrap 當中的navbar 組件
import Navbar from 'react-bootstrap/Navbar'
當然還有常用到的 nav組件
import Nav from 'react-bootstrap/Nav'
套用效果
Ref:
https://app.pluralsight.com/guides/how-to-use-react-bootstrap-with-npm
https://react-bootstrap.github.io/components/alerts
留言
張貼留言