react-bootstrap - how do use it

时间:2019-04-08 12:48:11

标签: reactjs react-native

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?

2 个答案:

答案 0 :(得分:0)

在哪里可以获取react引导文件(需要本地文件)? A:使用终端

安装Bootstrap

我必须在哪里放它 A:在项目的node_modules文件夹中

答案 1 :(得分:0)

在哪里可以获取react引导文件(需要本地文件)? A:使用终端安装Bootstrap https://react-bootstrap.netlify.com/getting-started/introduction/

我必须在哪里放它 A:在项目的node_modules文件夹中