Skip to content
Snippets Groups Projects
Commit 9963f2aa authored by Shreenidhi Bhat's avatar Shreenidhi Bhat
Browse files

input

parent dd4d0432
Branches
No related tags found
No related merge requests found
import React from 'react'
function Card(props) {
const{}=props;
return (
<div class="card-body">
<div class="row">
<div class="col">
<h5 class="card-title text-uppercase text-muted mb-0">Total traffic</h5>
<span class="h2 font-weight-bold mb-0">350,897</span>
</div>
<div class="col-auto">
<div class="icon icon-shape bg-gradient-red text-white rounded-circle shadow">
<i class="ni ni-active-40"></i>
</div>
</div>
</div>
<p class="mt-3 mb-0 text-sm">
<span class="text-success mr-2"><i class="fa fa-arrow-up"></i> 3.48%</span>
<span class="text-nowrap">Since last month</span>
</p>
</div>
)
}
export default Card
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment