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

Tag, TagMenu 컴포넌트 구현 #57

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Tag, TagMenu 컴포넌트 구현 #57

wants to merge 4 commits into from

Conversation

nyeoni
Copy link
Member

@nyeoni nyeoni commented Apr 24, 2022

이슈

작업 내용

  • Tag 컴포넌트 개발
  • TagMenu 컴포넌트 개발

세부 내용

Tag 컴포넌트

  • view 를 아래와 같이 3가지 타입으로 사용가능
export interface SProps {
  view: 'menu' | 'card' | 'content'
}

TagMenu 컴포넌트

  • tags : string[] 로 받아서 렌더링
export interface TagMenuProps {
  tags: string[]
}
  • horizontal scroll 구현 - overflow-y 되면 edge 에 inner shadow 설정

image

@nyeoni nyeoni added enhancement New feature or request feature labels Apr 24, 2022
@nyeoni nyeoni requested review from Likilee, JaeSeoKim and Yenowme April 24, 2022 13:25
@nyeoni nyeoni self-assigned this Apr 24, 2022
@nyeoni nyeoni linked an issue Apr 24, 2022 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Apr 26, 2022

Deploy Preview for crabft ready!

Name Link
🔨 Latest commit e01283e
🔍 Latest deploy log https://app.netlify.com/sites/crabft/deploys/6267e786a57baf000915fd20
😎 Deploy Preview https://deploy-preview-57--crabft.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

태그목록 컴포넌트
2 participants