twitter bootstrap 无法通过反应按预期工作

Posted

技术标签:

【中文标题】twitter bootstrap 无法通过反应按预期工作【英文标题】:twitter bootstrap not working as expected with react 【发布时间】:2021-06-01 20:12:39 【问题描述】:

我正在尝试将 twitter 引导程序与 react 一起使用。 我有以下代码:

import  Container, Row, Col from 'react-bootstrap';

const SignUpComponent = ( history :  [key: string]: any ) => (
  <>
    <Container fluid>
      
      <Row>
       <Col lg=4 md=4>xxx</Col>
       <Col lg=4 md=4>yyy</Col>
       <Col lg=4 md=4>zzz</Col>

      </Row>
    </Container>
  </>
 
);

我原以为它会出现在屏幕上的 3 列中,但我看到了以下输出。

xxx
yyy
zzz

而不是

xxx yyy zzz

我无法调试为什么会发生这种情况。谁能帮忙解释一下为什么会这样?

【问题讨论】:

【参考方案1】:

index.tsx 文件需要有以下导入

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

【讨论】:

以上是关于twitter bootstrap 无法通过反应按预期工作的主要内容,如果未能解决你的问题,请参考以下文章

Django 应用程序无法正确加载 Twitter bootstrap 3 模式

页面标签上的 Twitter Bootstrap:不隐藏标签内容

Symfony 2.3 - 使用带有 LESS 的 Twitter Bootstrap 3,通过 composer setup 作为供应商安装,无法访问 Glyphicons 字体

Twitter Bootstrap 工具提示:鼠标按下时闪烁

在 asp.net mvc 中实现时,Twitter Bootstrap 模式无法正常工作

无法在 Django 模板标签、Twitter Bootstrap 中嵌入 YouTube 链接