Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- nextjs
- CSS
- npm styled-reset
- typescript react
- fetch
- icon
- nextjs 설치
- ngrok설치
- Git
- SCSS
- next.js css
- react
- nextjs .env
- API token
- styled components
- input type=file
- react typescript
- rewrites
- API 토큰
- getModifierState
- dart 변수
- 컨디셔널 렌더링
- There isn’t anything to compare
- git lab
- ngrok실행
- github io
- createGlobalStyle
- bootstrap
- react env
- github
Archives
- Today
- Total
꾸준히 성장하는 개발자
BootStrap 본문
Bootstrap
The most popular HTML, CSS, and JS library in the world.
getbootstrap.com
프론트엔드 프레임워크
각종 레이아웃, 버튼, 입력창 등의 디자인과 기능을 CSS와 JavaScript로 만들어 놓은 것
SCSS로도 활용이 가능하다
이번에 v5로 되면서
트리쉐이킹(단일 번들을 최적화할 때 사용되는 필요하지 않은 코드를 제거하는 기술을 말한다.) 기능이
공식적으로 지원이 된다.
예를 들면 위 Button 처럼 class로 위처럼 넣게 되면 설정되어 있는 디자인이 나타나게 된다.
'CSS > BootStrap' 카테고리의 다른 글
[BootStrap] 테마 색상 커스트마이징 (0) | 2022.04.14 |
---|---|
BootStarp - npm 프로젝트 (0) | 2022.04.12 |
BootStrap - 툴팁(tooltip) (0) | 2022.04.12 |