-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use info logic/#82 #105
Use info logic/#82 #105
Conversation
โฆete functionality
๐storybook: https://65ccb85d5afe55a024495bc0-jzhyixuopo.chromatic.com/ |
๐storybook: https://65ccb85d5afe55a024495bc0-ejtpvwmcee.chromatic.com/ |
๐storybook: https://65ccb85d5afe55a024495bc0-xzjyxjlzuq.chromatic.com/ |
โฆ responsive design
โฆ for responsive design
โฆnal functionality
โฆuthorized errors
โฆ components to match new folder structure
๐storybook: https://65ccb85d5afe55a024495bc0-bmuandtcrv.chromatic.com/ |
๐storybook: https://65ccb85d5afe55a024495bc0-ybavzszzgj.chromatic.com/ |
์๋๊ฐ ๋ชจํธํ๋ค๊ณ ๋๊ปด์ง ๋ถ๋ถ์ ๋ฐ๋ก ์์๋ ๊ฒ ๊ฐ์์. ์๊ณ ํ์ จ์ต๋๋ค !
name: '์์คํ GUEST'
major: '์ฑ์ ํ๋ฅผ ์
๋ ฅํ๊ณ , ์กธ์
์ฌ๋ถ๋ฅผ ํ์ธํ์ธ์', name: '๋ช
์ง์ธ'
major: '์ฑ์ ํ๋ฅผ ์
๋ ฅํ๊ณ , ์กธ์
์ฌ๋ถ๋ฅผ ํ์ธํ์ธ์', |
<SheetTrigger className="h-6"> | ||
<HamburgerMenuIcon className="w-6 h-6 text-white" />; | ||
</SheetTrigger> | ||
<SheetContent className="z-3"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tailwind configํ์ผ์ ๋ณด๋ฉด z-index์ ๋ํ ์ฌ์ ์๋ฅผ ํ์ธํ ์ ์์ต๋๋ค. ํด๋น style์์ฑ์ผ๋ก ๊ต์ฒด๊ฐ ํ์ํ ๊ฒ ๊ฐ์์.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- z-3์ด ํด๋น ์ฌ์ ์๋ฅผ ๋ฐ์ํ ๊ฒ ์๋๊ฐ์? ๋ ์ค๋ช ํด์ฃผ์๊ฒ ์ด์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tailwind.config.ts์์ ์๋ ์ฌ์ ์๋ฅผ ํ์ธํ ์ ์์ต๋๋ค
zIndex: {
1: '100', // upper layout, navigation bar, main page content
2: '200', // upper content , main page graduation cap
3: '300', // upper all
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์, ๋ญ๊ฐ ์ฐฉ์ค๊ฐ ์๋ ๊ฒ ๊ฐ๋ค์. tailwind.config.ts์์ ๋ง์ํ์ ๊ฒ ์ฒ๋ผ z-index๋ฅผ ์ฌ์ ์ํ๋ฉด, 'zIndex-1', 'zIndex-2'๋ก ์ฌ์ฉํ๋๊ฒ์ด ์๋๋ผ, 'z-1', 'z-2โ๋ก ์ฌ์ฉํ์ ๋ ๋์ํฉ๋๋ค. ์ฌ์ ์ํ์ง ์์์ ๋๋ 'z-10', 'z-20'์ด๊ณ ์. ์๋น์ค์์ 'zIndex-1'์ ์ฌ์ฉํ์ จ๋ค๋ฉด, ์๋ง ๋์ํ์ง ์์์ ๊ฒ์ ๋๋ค. ํ์ธ ๋ถํ๋๋ฆฝ๋๋ค.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ํ์ธํด๋ดค๋๋ฐ ์ง๊ธ๊น์ง ์๋ชป์ ์ฉ๋๊ณ ์์๋ค์ ๊ฐ์ฌํฉ๋๋ค ! z-index๊ด๋ จ ์์ ์ ์ผ๊ด์ ์ผ๋ก ์ ๊ฐ ์งํํ ๊ฒ์.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๊ณ ์ํ์
จ์ต๋๋ค ์ปดํฌ๋ํธ ๋ค์ด๋ฐ์์ ๋ชจํธํ๋ค๊ณ ๋๊ปด์ง ๋ถ๋ถ์ ๋ฑํ ์์๋ ๊ฒ ๊ฐ์์
์ฑ์ ํ ๋ฏธ์
๋ ฅ ๋ฌธ๊ตฌ๋ ์ธ๋ ์๊ฒฌ์ด ์ ์ ํด๋ณด์ด๋ค์!
Co-authored-by: yougyung <youkyeongs@naver.com>
|
โฆad of type for props
โฆ update sheet.tsx component styles
Co-authored-by: ๋ฐ๊ฐํ <81469686+gahyuun@users.noreply.github.com>
โฆand add handleSideNavOpen function
๐storybook: https://65ccb85d5afe55a024495bc0-kejentvhdx.chromatic.com/ |
โฆk from specific paths
โฆk from specific paths
๐storybook: https://65ccb85d5afe55a024495bc0-whyblxsojl.chromatic.com/ |
๐storybook: https://65ccb85d5afe55a024495bc0-mdwybddnew.chromatic.com/ |
๐ ์์ ๋ด์ฉ
๐ค ๊ณ ๋ฏผ ํ๋ ๋ถ๋ถ
๐ ๋์์ด ํ์ํ ๋ถ๋ถ