gpt4 book ai didi

javascript - 为什么我的 react-bootstrap ListGroup 显示不同?

转载 作者:行者123 更新时间:2023-11-29 23:24:09 25 4
gpt4 key购买 nike

我正在使用 react-bootstrap 组成一个列表组,下面是我的渲染代码

render() {
return (
<ListGroup>
<ListGroupItem header="paitent1" href='#' active>
session 1
</ListGroupItem>
<ListGroupItem header="paitent2" href='#'>
session 2
</ListGroupItem>
</ListGroup>
);
}

它很简单,但显示起来很丑,我的 react-bootstrap 是 0.32.1。怎么了? enter image description here

最佳答案

您可能已经在组件中导入了库,但您仍然需要自己导入 css。

https://react-bootstrap.github.io/getting-started/introduction

您可以将其导入您的 index.html https://react-bootstrap.github.io/getting-started/introduction

或者你可以将它导入到你的 src/index.js 中,让 webpack 处理你的 CSS

关于javascript - 为什么我的 react-bootstrap ListGroup 显示不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49774531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com