React-bootstrap button bsStyle

前端 未结 1 1711
悲&欢浪女
悲&欢浪女 2021-01-28 18:00

Ok, I am missing something obviously but cannot figure it now.

import React from \'react\';
import {Button} from \'react-bootstrap\';
let App=React.createClass(         


        
相关标签:
1条回答
  • 2021-01-28 18:51

    I think the App component works OK~, it has no problem when I test. Maybe you miss one thing: To link in the CSS of Bootstrap. Try to add a linking stylesheet inside the head of the HTML.

    0 讨论(0)
提交回复
热议问题