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

Buttonの作成 #17

Closed
Tracked by #13 ...
dino3616 opened this issue Sep 2, 2022 · 1 comment · Fixed by #35
Closed
Tracked by #13 ...

Buttonの作成 #17

dino3616 opened this issue Sep 2, 2022 · 1 comment · Fixed by #35

Comments

@dino3616
Copy link
Member

dino3616 commented Sep 2, 2022

Support

type Props = {
  text: string;
  icon?: string;
  className?: string;  // bg-color指定用
}

const Button: FC<Props> = ({text, icon}) => {}

Reference Documents

@ReoHakase
Copy link
Member

  • コンポーネントのドキュメントを書く
  • スタイルの優先順位問題を解決する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment