Profile Stats Card

Live Preview
<div class="max-w-xs text-center bg-white p-8 rounded-3xl border border-slate-100 shadow-sm mx-6">
        <div class="w-24 h-24 bg-gradient-to-tr from-indigo-500 to-purple-500 rounded-full mx-auto mb-4 p-1">
            <div class="w-full h-full bg-white rounded-full p-1">
                <div class="w-full h-full bg-slate-200 rounded-full"></div>
            </div>
        </div>
        <h3 class="text-xl font-bold">Alex Rivera</h3>
        <p class="text-slate-500 text-sm mb-6">Fullstack Engineer</p>
        <div class="grid grid-cols-3 gap-4 border-t border-slate-100 pt-6">
            <div>
                <p class="font-bold text-slate-900">12k</p>
                <p class="text-[10px] text-slate-400 uppercase">Followers</p>
            </div>
            <div>
                <p class="font-bold text-slate-900">452</p>
                <p class="text-[10px] text-slate-400 uppercase">Projects</p>
            </div>
            <div>
                <p class="font-bold text-slate-900">1.2k</p>
                <p class="text-[10px] text-slate-400 uppercase">Stars</p>
            </div>
        </div>
    </div>

Related components

More items from the merged UI library.

View all