reactstrap

React.js 2018. 4. 19. 21:27

react에서 사용하는 bootstrap4라고 보면 된다.

다양한 컴포넌트들이 만들어져 있어서 가져다 쓰기만 하면 된다.


 사전준비: 1. npm install bootstrap --save

                2.  index.js 에 import 'bootstrap/dist/css/bootstrap.min.css';  추가.




<개인적으로 맘에 드는 component들> 


Navbar: http://reactstrap.github.io/components/navbar/ 


Card : 상품나열


Carousel : 슬라이드 쇼같은 느낌.

Posted by yongary
,