简体   繁体   中英

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.

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?

Where can I get the react bootstrap files (need it local)? A: Install Bootstrap using terminal

Where do I have to drop it A:Inside of node_modules folder of your project

Where can I get the react bootstrap files (need it local)? A: Install Bootstrap using terminal https://react-bootstrap.netlify.com/getting-started/introduction/

Where do I have to drop it A:Inside of node_modules folder of your project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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