Skip to content

Commit

Permalink
[FE][Docs] #194 : userBoard tsDoc ์ž‘์„ฑ
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Nov 18, 2024
1 parent a7aafa3 commit 2e6e4bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/component/userboard/UserBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ const users = [
];
// mock๋ฐ์ดํ„ฐ ์ž‘์„ฑ, ์ถ”ํ›„ context ๋ฅผ ์ด์šฉํ•ด dropdown๊ณผ ์—ฐ๋™

/**
* UserBoard ์ปดํฌ๋„ŒํŠธ๋Š” ์ง€๋„ ์œ„ ์˜ค๋ฒ„๋ ˆ์ด๊ฐ€ ๋˜๋ฉฐ, ํ˜„์žฌ ๊ฒฝ๋กœ์˜ ์‚ฌ์šฉ์ž ๋ฐ ์„ ํƒ๋œ ์‚ฌ์šฉ์ž๋ฅผ ์ƒ‰์ƒ๊ณผ ํ•จ๊ป˜ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.
* @remarks
* ํŒŒ๋ผ๋ฏธํ„ฐ ํ˜น์€ ์ „์—ญ ์ƒํƒœ๋กœ ๋ฐ›์€ ์œ ์ €๋ฅผ ์—ญ์ˆœ์œผ๋กœ ์•„๋ž˜๋ถ€ํ„ฐ ๋ณด์—ฌ์ค๋‹ˆ๋‹ค.
* @example
* return (
* <UserBoard />
* )
*/

export const UserBoard = () => {
return (
<div className="absolute bottom-2.5 right-7 z-[4050] flex flex-col gap-1.5">
Expand Down

0 comments on commit 2e6e4bb

Please sign in to comment.