React bootstrap not styling my react components

后端 未结 5 1019
无人共我
无人共我 2021-02-12 14:22

Just started out using React yesterday so setting up a demo app. Environment is:

  1. Typescript
  2. Webpack
  3. React & React DOM

I\'m try

5条回答
  •  一个人的身影
    2021-02-12 15:03

    Not sure if it is relevant at this time i checked your post. However i am able to use react-bootstrap, According to react-bootstrap, you will have to add "

    which i added in into my index.html header tag.

    And i have also added import "react-bootstrap/dist/react-bootstrap.min.js"; in my app.js.

提交回复
热议问题