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
- Spring Entity
- springbatch
- spring builder
- javascript 기초
- react
- Spring DTO
- editor Quill
- Spring CORS
- javascrpit 기초
- react link
- react Quill
- react jsx if
- Spring Controller return
- JPA Update\
- JPA Insert
- 코드 중복제거
- Spring JPA
- javascript 함수
- Javascript
- step 테이블
- Docker Windows 설치
- react react-router-dom v6
- spring
- springbatch chunk
- react Page
- react quill custom
- SpringBatch 스키마
- react forwardRef
- spring security
- 텍스트가 많은 경우
Archives
- Today
- Total
천천히 알아보는 코딩공부
react-bootstrap 설치 방법 본문
yarn add react-bootstrap bootstrap
/src/App.js
import 'bootstrap/dist/css/bootstrap.min.css';
import { Button } from 'react-bootstrap';
function App() {
return <Button>버튼</Button>;
}
export default App;
설치 확인 코드 작성
'React > 기초' 카테고리의 다른 글
[React] Webpack 이미지 불러오기 (0) | 2022.07.06 |
---|---|
[React] Webpack CSS 설정 추가하기 (0) | 2022.07.05 |
[React] Component (0) | 2022.07.05 |
React Babel 바벨 프로젝트 생성 (0) | 2022.07.04 |
vscode 로 React 환경구성하기 (0) | 2022.07.01 |
Comments