React Bootstrap does not include Bootstrap CSS so this needs to be installed as well: npm install --save react-bootstrap bootstrap@3 Alternatively you may use yarn: yarn add react-bootstrap bootstrap@3 Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your src/...