I am only recently working with react, I am a complete newbie. Now I have integrated a login function. This seems to work with react-bootstrap
shapes and bottons.
A line in my Login.js
file is
import {Button, FormGroup, FormControl, ControlLabel} from "react-bootstrap";
To my question:
Where can I get the react bootstrap files (need it local)?
Where do I have to drop it?
答案 0 :(得分:0)
在哪里可以获取react引导文件(需要本地文件)? A:使用终端
安装Bootstrap我必须在哪里放它 A:在项目的node_modules文件夹中
答案 1 :(得分:0)
在哪里可以获取react引导文件(需要本地文件)? A:使用终端安装Bootstrap https://react-bootstrap.netlify.com/getting-started/introduction/
我必须在哪里放它 A:在项目的node_modules文件夹中