简体   繁体   English

react-bootstrap - 如何使用它

[英]react-bootstrap - how do use it

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. 这似乎与react-bootstrap形状和bottons一起使用。

A line in my Login.js file is 我的Login.js文件中的一行是

import {Button, FormGroup, FormControl, ControlLabel} from "react-bootstrap";

To my question: 我的问题:
Where can I get the react bootstrap files (need it local)? 我在哪里可以获得react bootstrap文件(需要本地)吗?
Where do I have to drop it? 我在哪里放弃它?

Where can I get the react bootstrap files (need it local)? 我在哪里可以获得react bootstrap文件(需要本地)吗? A: Install Bootstrap using terminal 答:使用终端安装Bootstrap

Where do I have to drop it A:Inside of node_modules folder of your project 我在哪里删除它A:在项目的node_modules文件夹中

Where can I get the react bootstrap files (need it local)? 我在哪里可以获得react bootstrap文件(需要本地)吗? A: Install Bootstrap using terminal https://react-bootstrap.netlify.com/getting-started/introduction/ 答:使用终端安装Bootstrap https://react-bootstrap.netlify.com/getting-started/introduction/

Where do I have to drop it A:Inside of node_modules folder of your project 我在哪里删除它A:在项目的node_modules文件夹中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM