-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π design: μ£Όμ detail νμ΄μ§ header λ μ΄μμ ꡬν #60
- Loading branch information
Showing
2 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,39 @@ | ||
export default function Header() { | ||
return ( | ||
<div className='flex justify-between w-full h-16'> | ||
<div>μΌμ±μ μ</div> | ||
<div>λΉκΈ°μμ΄μ΅</div> | ||
<div className='flex items-center justify-between w-full h-16 px-2'> | ||
<div className='flex flex-col font-semibold'> | ||
<div className='flex gap-2 text-sm'> | ||
<h2>μΌμ±μ μ</h2> | ||
<p className='text-juga-grayscale-200'>005930</p> | ||
</div> | ||
<div className='flex items-center gap-2'> | ||
<p className='text-lg'>60,900μ</p> | ||
<p>μ΄μ 보λ€</p> | ||
<p className='text-juga-red-60'>+1800μ (3.0%)</p> | ||
</div> | ||
</div> | ||
<div className='flex gap-4 text-xs font-semibold'> | ||
<div className='flex gap-2'> | ||
<p className='text-juga-grayscale-200'>λΉκΈ°μμ΄μ΅</p> | ||
<p>9μ‘° 8,143μ΅</p> | ||
</div> | ||
<div className='flex gap-2'> | ||
<p className='text-juga-grayscale-200'>μμ μ΄μ΅</p> | ||
<p>10μ‘° 4,439μ΅</p> | ||
</div> | ||
<div className='flex gap-2'> | ||
<p className='text-juga-grayscale-200'>맀μΆμ‘</p> | ||
<p>74μ‘° 683μ΅</p> | ||
</div> | ||
<div className='flex gap-2'> | ||
<p className='text-juga-grayscale-200'>μμ΄</p> | ||
<p>361μ‘° 1,718μ΅</p> | ||
</div> | ||
<div className='flex gap-2'> | ||
<p className='text-juga-grayscale-200'>PER</p> | ||
<p>14.79λ°°</p> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters