快速上手react-bootstrap

Posted 勇敢*牛牛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了快速上手react-bootstrap相关的知识,希望对你有一定的参考价值。

快速上手react-bootstrap

安装

npm install react-bootstrap@next bootstrap@5.0.2

# 如果有yarn,可以直接:
yarn add react-bootstrap@next bootstrap@5.0.2 

样式引入

直接在 index.js 入口文件中引入:

import 'bootstrap/dist/css/bootstrap.min.css';

使用

最新网址:

https://react-bootstrap.github.io/components/alerts/

中文参考网址:

http://react.tgwoo.com/components.html#page-layout

推荐相互对照查看


废弃了的属性值: bsStyle,改变为:variant

用法

直接在 index.js 入口文件中引入:

import 'bootstrap/dist/css/bootstrap.min.css'; 

导入相关组件:

import  Button  from 'react-bootstrap';
<Button variant="primary">Primary</Button> 

总之,要使用什么组件就在组件上方解构 react-bootstrap 来引入。

以上是关于快速上手react-bootstrap的主要内容,如果未能解决你的问题,请参考以下文章

ElasticSearch基础-快速上手

如何快速上手Mac

umi-快速上手笔记

vue快速上手-1

新浪SAE快速上手教程

Kryo序列化器(快速上手)