전체 글 (127) 썸네일형 리스트형 [react] bootstrap 사용 (navbar) 1. react-bootstrap.netlify.app/components/navbar/#navbars React-Bootstrap The most popular front-end framework, rebuilt for React. react-bootstrap.github.io 2. 네비바 복사 React-Bootstrap Home Link Action Another action Something Separated link Search 3. import 해주기 import { Navbar, Nav, NavDropdown, Form, Button, FormControl } from 'react-bootstrap'; 4. navbar 왼쪽에 있는부분을 오른쪽으로 옮기고싶으면 의 className의 mr-a.. [react] bootstrap 설치 사용 1. react-bootstrap.github.io/getting-started/introduction React-Bootstrap The most popular front-end framework, rebuilt for React. react-bootstrap.github.io 2. VSC 터미널에 입력 npm install react-bootstrap bootstrap 또는 yarn add react-bootstrap bootstrap 3. 사이트에 있는 것 복사 더보기 4. index.html 에 붙혀넣기 5. getbootstrap.com/docs/5.0/components/buttons/ 사이트에서 예시를 가져온다 Success 6. App.js 에서 div 사이에 부트스트랩 을 넣는다 impo.. [react] npm start, yarn start npm start 와 yarn 설치 후, yarn start 는 같다. 이전 1 ··· 20 21 22 23 24 25 26 ··· 43 다음