We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ボタンを作成したんですが、ここから出品者がどのように画像をアップロードをしてもらえば良いのかが分かっていません。(#23 (comment))
まず、画像のアップロードですが、ButtonコンポーネントではなくInputコンポーネントを使います。 このInputコンポーネントをdisplay: noneにして、FormLabelコンポーネントで囲い、FormLabelコンポーネントにスタイルをあてたらできると思われます。
リファレンスはこちらになります↓(FormLabelで囲んでおらず、Inputそのままなので注意) https://github.com/henkaku-center/henkaku-ticket-frontend/blob/f38c536996e41ebe615a22b4bfd70753dd7d438a/components/CreateTicket/Form.tsx#L291C2-L291C2
The text was updated successfully, but these errors were encountered:
https://www.pinata.cloud/
ログインした状態で、こちらのページに行くと作成できるので作成。 https://app.pinata.cloud/gateway
作成したgatewayのdomainをNEXT_PUBLIC_PINATA_GATEWAYにセット
ログインした状態で、こちらのページに行くと作成できるので作成。 https://app.pinata.cloud/developers/api-keys
それぞれ必要な環境変数にセット
adminにチェックを入れるのをわすれずに
Sorry, something went wrong.
No branches or pull requests
まず、画像のアップロードですが、ButtonコンポーネントではなくInputコンポーネントを使います。
このInputコンポーネントをdisplay: noneにして、FormLabelコンポーネントで囲い、FormLabelコンポーネントにスタイルをあてたらできると思われます。
リファレンスはこちらになります↓(FormLabelで囲んでおらず、Inputそのままなので注意)
https://github.com/henkaku-center/henkaku-ticket-frontend/blob/f38c536996e41ebe615a22b4bfd70753dd7d438a/components/CreateTicket/Form.tsx#L291C2-L291C2
The text was updated successfully, but these errors were encountered: