Atomic Habits

리액트 부트스트랩(Bootstrap) 본문

IT/React

리액트 부트스트랩(Bootstrap)

체계성 2021. 11. 18. 07:13

JQuery오 ㅏ강합게 결합 / 반응형 웹 개발에 특화

프런트엔드 오픈 소스 툴킷

- w3c bootstrap

https://www.w3schools.com/bootstrap/

 

- 리액트 전용 부트스트랩

https://react-bootstrap.github.io/

 

CSS

{/* The following line can be included in your src/index.js or App.js file*/}

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

 

- 테마

https://react-bootstrap.github.io/getting-started/theming/

 

 

 

'IT > React' 카테고리의 다른 글

e.target - React vs JavaScript  (0) 2022.05.29
React. Part2. ch3. 13. Tailwindcss  (0) 2021.11.16
[React] MUI - custom SVG Icon 만들기  (0) 2021.11.15
React. Part2. ch3. 10~12. Material UI 1,2,3  (0) 2021.11.14
[VS CODE] React Code Snippets  (0) 2021.11.14
Comments