-
리엑트에서 부트스트랩 사용 - reactstrapdev/web 2019. 8. 5. 19:05
https://www.npmjs.com/package/reactstrap
설치
npm install --save bootstrap
npm install --save reactstrap react react-dom임포트
import 'bootstrap/dist/css/bootstrap.css';
사용
import { Button } from 'reactstrap';
사용가능한 컴포넌트 목록
https://reactstrap.github.io/components/alerts/