# Problem regarding bootstrap table output

**URL:** https://forum.codewithmosh.com/t/problem-regarding-bootstrap-table-output/12074
**Category:** React
**Created:** [April 24, 2022, 1:12am UTC](https://forum.codewithmosh.com/t/problem-regarding-bootstrap-table-output/12074 "2022-04-24T01:12:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ak21](https://avatars.discourse-cdn.com/v4/letter/a/9fc348/32.png) [@ak21](https://forum.codewithmosh.com/u/ak21)
#### Post date: [April 24, 2022, 1:12am UTC](https://forum.codewithmosh.com/t/problem-regarding-bootstrap-table-output/12074/1 "2022-04-24T01:12:19Z")

</div>

In mastering react course video number 16 where vidly app exercise is given. i am using bootstrap table class but output is shown as plain text, not like a table shown in the exercise or bootstrap table documentation.

---

<div class="post-metadata">

### Author: ![ak21](https://avatars.discourse-cdn.com/v4/letter/a/9fc348/32.png) [@ak21](https://forum.codewithmosh.com/u/ak21)
#### Post date: [April 24, 2022, 11:40am UTC](https://forum.codewithmosh.com/t/problem-regarding-bootstrap-table-output/12074/2 "2022-04-24T11:40:55Z")

</div>

problem is solved by importing bootstrap.min.css instead of bootstrap.css  
import ‘bootstrap/dist/css/bootstrap.min.css’;
