-
리엑트에서 부트스트랩 사용 - reactstrapdev/web 2019. 8. 5. 19:05
https://www.npmjs.com/package/reactstrap
reactstrap
React Bootstrap 4 components
www.npmjs.com
설치
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/
reactstrap - Alerts
Alerts This is a primary alert — check it out! This is a secondary alert — check it out! This is a success alert — check it out! This is a danger alert — check it out! This is a warning alert — check it out! This is a info alert — check it out! This is a l
reactstrap.github.io