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

ユーザーカードコンポーネントの作成 #11

Open
6 tasks
nyatinte opened this issue Feb 10, 2024 · 0 comments
Open
6 tasks

ユーザーカードコンポーネントの作成 #11

nyatinte opened this issue Feb 10, 2024 · 0 comments
Assignees

Comments

@nyatinte
Copy link
Contributor

nyatinte commented Feb 10, 2024

概要

image

↑を作成する

要件

  • ボタンをクリックするとx (旧twittter) に飛ぶ
  • クリックすると、チェックマークがつく。チェックマークはposition: absoluteとかでつければいいと思う。状態の管理は一旦Stateで行い、Cookieは別Issueで行う
  • propsとして以下の値を含む
type Props = {
  user: {
    xid: string
    nickname: string
  }
}
  • xidに対応する画像を表示する
  • コンポーネントはshadcn-uiより、Card, Avatarなどをうまく組み合わせて作成する
  • 余裕があれば、Storybookにチェックあり、なしの状態のStoryを作る

テストは書かなくて良い(実装→テスト or テスト→実装 の違いを体験してもらうため)

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

No branches or pull requests

2 participants