Review Uikit only

Component with custom review for blog posts.


Nutrition
Easy to cook
Price

Sumary

My fellow Earthicans, as I have explained in my book Earth in the Balance, and the much more popular Harry Potter and the Balance of Earth, we need to defend our planet against pollution. Also dark wizards but I know you in the future back in our hands.

3.8

OVERALL SCORE

The code to generate the component is this:


        <div class="table-responsive">
            <table class="table table-bordered product-review">
                <tbody>
                    <tr>
                        <td>Nutrition</td>
                        <td>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </td>
                    </tr>
                    <tr>
                        <td>Easy to cook</td>
                        <td>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star-half-alt"></i>
                            <i class="fas fa-star-half-alt"></i>
                            <i class="far fa-star"></i>
                            <i class="far fa-star"></i>
                        </td>
                    </tr>
                    <tr>
                        <td>Price</td>
                        <td>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star-half-alt"></i>
                            <i class="far fa-star"></i>
                            <i class="far fa-star"></i>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <h3>Sumary</h3>
                            <p>My fellow Earthicans, as I have explained in my book Earth in the Balance, and the much more popular Harry Potter and the Balance of Earth, we need to defend our planet against pollution. Also dark wizards but I know you in the future back in our hands.</p>
                        </td>
                        <td>
                            <h2 class="h2">3.8</h2>
                            <div>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                            </div>
                            <span>OVERALL SCORE</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>