Skip to content
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

세로형 뉴스 카드 구현 #46

Merged
merged 1 commit into from
Jul 16, 2024
Merged

세로형 뉴스 카드 구현 #46

merged 1 commit into from
Jul 16, 2024

Conversation

yeonddori
Copy link
Contributor

관련 이슈

작업 요약

  • 세로형 뉴스 카드를 구현했습니다.

작업 상세 설명

import { Stack } from '@mui/material';

import NewsCardVertical from '@/components/NewsCardVertical';

const Page = () => {
  return (
    <Stack direction="row" p={3} spacing={4}>
      <NewsCardVertical
        date="2021.10.10."
        description="‘글루텐 프리’ ‘첨가물 제로’ 건강빵 찾는 소비자한국인의 빵 소비량이 증가하는 가운데 즐겁게 건강을 추구하는 ‘헬시 플레저’ 트렌드가"
        imageUrl="https://wimg.mk.co.kr/news/cms/202407/13/rcv.YNA.20240712.PYH2024071213960001300_P1.jpg"
        title="빵순이들도 입맛 까다로워졌네”… 달콤한 맛보다 훨씬 잘 팔린다는 이 맛, 뭐길래"
      />
      <NewsCardVertical
        date="2021.10.10."
        description="‘글루텐 프리’ ‘첨가물 제로’ 건강빵 찾는 소비자한국인의 빵 소비량이 증가하는 가운데 즐겁게 건강을 추구하는 ‘헬시 플레저’ 트렌드가"
        imageUrl="https://wimg.mk.co.kr/news/cms/202407/13/rcv.YNA.20240712.PYH2024071213960001300_P1.jpg"
        title="빵순이들도 입맛 까다로워졌네”… 달콤한 맛보다 훨씬 잘 팔린다는 이 맛, 뭐길래"
      />
      <NewsCardVertical
        date="2021.10.10."
        description="‘글루텐 프리’ ‘첨가물 제로’ 건강빵 찾는 소비자한국인의 빵 소비량이 증가하는 가운데 즐겁게 건강을 추구하는 ‘헬시 플레저’ 트렌드가"
        imageUrl="https://wimg.mk.co.kr/news/cms/202407/13/rcv.YNA.20240712.PYH2024071213960001300_P1.jpg"
        title="빵순이들도 입맛 까다로워졌네”… 달콤한 맛보다 훨씬 잘 팔린다는 이 맛, 뭐길래"
      />
    </Stack>
  );
};

export default Page;

리뷰 요구 사항

  • 추후에 가로형 뉴스 카드도 Card 형식으로 고칠 예정입니당

미리 보기

스크린샷 2024-07-17 052203

@yeonddori yeonddori requested a review from stopmin July 16, 2024 20:59
@yeonddori yeonddori self-assigned this Jul 16, 2024
Copy link

vercel bot commented Jul 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gyeongdan-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2024 9:00pm

Copy link
Contributor

@stopmin stopmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아니 코드 겁나 깔끔하네 ㄷㄷ;;;; 내가 했으면 코드 200줄 넘어갓을듯
sheep

@yeonddori yeonddori merged commit c4b8ab3 into main Jul 16, 2024
3 checks passed
@yeonddori yeonddori deleted the feature/ISSUE-13 branch July 16, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

세로형 뉴스 카드 구현
2 participants