Bootstrap ๐จ
๋ถํธ์คํธ๋ฉ์ ํธ์ํฐ(Twiter)์์ ๊ณต๊ฐํ ์น ํ๋ก ํธ์๋ ๊ฐ๋ฐ๋๊ตฌ์ด๋ค.
๊ณต์ ํํ์ด์ง : http://getbootstrap.com/
Bootstrap
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
getbootstrap.com
๋ฒ์ญ๋ณธ ํํ์ด์ง : http://bootstrapk.com/
๋ถํธ์คํธ๋ฉ · ์ธ์์์ ๊ฐ์ฅ ์ธ๊ธฐ์๋ ๋ชจ๋ฐ์ผ ์ฐ์ ์ด๋ฉฐ, ๋ฐ์ํ์ธ ํ๋ก ํธ์๋ ํ๋ ์์ํฌ.
ํ๋ฆฌํ๋ก์ธ์ ๋ถํธ์คํธ๋ฉ์ ํ๋ฒํ CSS ๋ก ์ ๊ณตํฉ๋๋ค๋ง, ๊ทธ๊ฒ์ ์์ค์ฝ๋๋ 2๊ฐ์ ์ธ๊ธฐ์๋ CSS ํ๋ฆฌํ๋ก์ธ์์ธ Less ์ Sass ๋ฅผ ์ฌ์ฉํฉ๋๋ค. ์ ์ํ๊ฒ ํ๋ฆฌ์ปดํ์ผ๋ CSS ๋ก ์์ํ๊ฑฐ๋ ์์ค๋ฅผ ๋น๋
bootstrapk.com
๋ถํธ์คํธ๋ฉ์ ํฌํจ๋์ด ์๋ ํ๋ฌ๊ทธ์ธ๋ค์ ์ ์ด์ฟผ๋ฆฌ ๊ธฐ๋ฐ์ผ๋ก ๋์ํ๋ค.
๋ฐ๋ผ์ ์ด ํ๋ก๊ทธ์ธ์ด ์ ์์ ์ผ๋ก ์๋ํ๊ธฐ ์ํด์๋ ์ ์ด์ฟผ๋ฆฌ๋ฅผ ๋งํฌ์์ผ์ผ ํ๋ค.
ํ์ฌ ๋ถํธ์คํธ๋ฉ์ MIT ๋ผ์ด์ผ์ค๋ฅผ ๋ฐ๋ฅด๊ณ ์๋ค.
MIT ๋ผ์ธ์ผ์ค๋ ๋ฉ์ฌ์ถ์ธ์ธ ๊ณต๊ณผ๋ํ๊ต(MIT)๋ฅผ ๊ธฐ์์ผ๋ก ํ๋ ์ํํธ์จ์ด ๋ผ์ด์ผ์ค ์ค ๊ฐ์ฅ ๋ํ์ ์ธ ๊ฒ์ด๋ค.
๋ถํธ์คํธ๋ฉ ์ฌ์ฉ ๋ชฉ์
- ์์ฐ์ฑ : ๋ฐ์ํ ๋์์ธ ์ ์ฉ ์ฉ์ด, ๋ธ๋ผ์ฐ์ ํ๊ฒฝ์ ๋ฐ๋ผ ๋ณต์กํ corss browsing ์์ ๋ถ๋ด ๊ฒฝ๊ฐ
- ๋์์ธ ํฅ์ : ์ ์ ๋ ธ๋ ฅ์ผ๋ก ํน์ ์์ค์ ํ๋ฉด ๊ตฌ์ฑ์ด ๊ฐ๋ฅ (CSS → ๊ธฐ๋ณธ ํ๊ทธ + ํด๋์ค ์ ๊ณต)
- ์น ํ์ค ์ค์
๋ถํธ์คํธ๋ฉ ํน์ง
- ์คํฌ๋ฆฝํธ ์ ์ด
JQuery UI ๊ธฐ๋ฅ ๊ฒน์นจ(๋จ, API๊ฐ ๋ค๋ฆ)
์ ์ธ์ ๋ฐฉ์ (HTML5 ์๋ก ์ถ๊ฐ๋ ์์ฑ๊ณผ ์ ์ฌ : ์ฌ์ฉ์ ์ ์ ์์ฑ → data-๋ฐ์ดํฐ๋ช )
ํ๊ฒฝ ๊ตฌ์ฑ
CDN ๋ฐฉ์
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js" integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous"></script>
Local Down ๋ฐฉ์
https://getbootstrap.com/docs/5.3/getting-started/download/
Download
Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more.
getbootstrap.com
๋ถํธ์คํธ๋ฉ ํํ์ด์ง์์ ๋ค์ด ํ ์์ถ์ ํ๊ณ , ๊ตฌํํ ํ๋ก์ ํธ์ css, js ํด๋์
- bootstrap
- bootstrap.min
ํ์ผ์ ๊ฐ๊ฐ ๋ฃ์ด์ฃผ๋ฉด ๋๋ค.
'Front-end > Bootstrap, CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[ ETC ] ๋ฌด๋ฃ ํฐํธ ์ฌ์ดํธ ๋๋ ์ถ์ฒ (0) | 2024.12.05 |
---|---|
[ ETC ] Loading gif ์ฌ์ดํธ ์ถ์ฒ (1) | 2023.12.08 |
[ Bootstrap ] Colors (์์) (0) | 2023.04.11 |