Answer the question
In order to leave comments, you need to log in
Why are react-bootstrap styles not loading?
import { Button } from 'react-bootstrap';
const Fild = ({ users, showCell }) => (
<Fragment>
<Button variant="primary">Primary</Button>
...
Answer the question
In order to leave comments, you need to log in
You have not loaded css or scss styles
in App.jsimport '...../scss/bootstrap.scss';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question