Separated the ProfileLevel into multiple components and made a Card one

This commit is contained in:
Tiago Ribeiro
2023-03-09 15:56:51 +00:00
parent aa869dd2ce
commit be7665fab8
9 changed files with 124 additions and 33 deletions

10
src/demo/user.json Normal file
View File

@@ -0,0 +1,10 @@
{
"username": "tiago.ribeiro",
"name": {
"first": "Tiago",
"last": "Ribeiro"
},
"profilePicture": "https://daisyui.com/images/stock/photo-1534528741775-53994a69daeb.jpg",
"id": "cb20bf1c-188b-409c-acc1-ee59295684f4",
"experience": 561
}