react bootstrap ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ค์น
https://react-bootstrap.github.io/getting-started/introduction
1. ํ๋ก์ ํธ์ react bootstrap ์ค์น
npm install react-bootstrap bootstrap
2. css ํ์ผ import
๋ฐฉ๋ฒโ App.js ํ์ผ์ ๋ค์ ์ฝ๋ ์ฝ์
import 'bootstrap/dist/css/bootstrap.min.css';
๋ฐฉ๋ฒโก index.html ํ์ผ์ ๋ค์ ์ฝ๋ ์ฝ์
<head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
</head>
'๐ปWEB FrontEnd > ํ๋ ์์ํฌ React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
import, export (0) | 2022.07.07 |
---|---|
์ด๋ฏธ์ง ์ฝ์ ํ๋ ๋ฐฉ๋ฒ (0) | 2022.07.07 |
props : ๋ถ๋ชจ -> ์์ state ์ ์ก (0) | 2022.07.06 |
๋ฐ๋ณต๋๋ ์์ ์ฒ๋ฆฌ ๋ฐฉ๋ฒ (map, for) (0) | 2022.07.04 |
React ์ปดํฌ๋ํธ (0) | 2022.07.04 |