Search code examples
cssreactjsreactstrap

Circular loader not showing using reactstrap Spinner


I'm trying to simply show loader using reactstrap (v^7.1.0) Spinner component. like

<Spinner color="warning" />

but not showing on screen. When I inspect the page in Chrome, seems CSS not present for Spinner.

enter image description here Any idea how to fix?

Thanks,


Solution

  • Upgrading to "bootstrap": "v4.2.0" or higher solved this for me


    Spinner loading component was added in bootstrap v4.2.0

    click here to know more

    https://stackpath.bootstrapcdn.com/bootstrap/4.2.0/css/bootstrap.min.css