Theme Base Bootstrap
Used to check all your components.
import Theme from 'bootstrap-theme/src/Theme'; // to get the components
import 'bootstrap-theme/src/bootstrap-scss'; // to get the styles
or
import Theme from 'bootstrap-theme/src/Loadable'; // to get the loadable components
export default Theme
This project was bootstrapped with Create React App.