时间:2021-05-26
官方文档http://react-bootstrap.github.io/getting-started.html
安装
在终端cd到你的项目目录下执行:$ npm install react-bootstrap
然后需要我们手动引用css
<!-- Latest compiled and minified CSS --><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"><!-- Optional theme --><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">但是我们在学习的时候使用外部的URL,太慢了。因此我们索引把bootstrap安装到本地。
$ npm install bootstrap
然后你会发现在你的node_modules目录下多了bootstrap。
这样页面上就可以引用本地的css了
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="external nofollow" rel="external nofollow" >好,我们动手来使用一下React-BootStrap框架吧
http://react-bootstrap.github.io/components.html
我们这里演示使用它的导航条组件
在index.js里:
const React = require("react");const ReactDOM = require("react-dom");import {Navbar} from "react-bootstrap";const navbarInstance = ( <Navbar> <Navbar.Header> <Navbar.Brand> <a href="#" rel="external nofollow" >react-bootstrap</a> </Navbar.Brand> </Navbar.Header> </Navbar>);// 然后我们渲染到body里ReactDOM.render(navbarInstance,document.body);html页面上:
<!DOCTYPE html><html><head> <title>es2105的写法</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="external nofollow" rel="external nofollow" ></head><body><div id="abc"></div></body> <script src="webpack-dev-server.js"></script> <script src="index-webpack.js"></script></html>效果如下:
主要看浏览器地址,这是我们前面配置的”热启动”。
执行命令 $ npm start 就开启了服务
总结
以上所述是小编给大家介绍的React BootStrap用户体验框架快速上手,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
vue.js是一个比较流行的前端框架,与react.js、angular.js相比来说,vue.js入手曲线更加流畅,不管掌握多少都可以快速上手。但是单页面应用
现在最热门的前端框架有AngularJS、React、Bootstrap等。自从接触了ReactJS,ReactJs的虚拟DOM(VirtualDOM)和组件化
随着互联网技术的不断发展,程序员们用的前端框架也在不断的更新变化,前端框架从以前常用的jQuery、Bootstrap等框架,发展成现在的Vue、React、A
前面的话分页导航几乎在每个网站都可见,好的分页能给用户带来好的用户体验。本文将详细介绍Bootstrap分页概述在Bootstrap框架中提供了两种分页导航:&
bootstrap:能够增加兼容性的强大框架.因为项目需要数据验证,看bootstrapValidator还不错,就上手一直,完美兼容,话不多说。bootstr