青いやつの進捗日記。

メモとしてべんきょうのしんちょくをかいていきます。あとで自分が検索しやすいもん

2024-01-01から1年間の記事一覧

【リンクメモ】Stotyrbook 白いコンポーネントの確認のため背景黒くする

https://storybook.js.org/docs/essentials/backgrounds import { WhiteButton } from './WhiteButton'; const meta: Meta<typeof WhiteButton> = { title: 'common/WhiteButton', component: WhiteButton, parameters: { backgrounds: { default: 'dark', }, }, };</typeof>

VSCode スニペット React向けにスコープを設定する

zenn.dev jsdoc.code-snippets { // Place your GLOBAL snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages where the snippet is applicable in t…

作ってるものがiframeとして埋め込まれたときの挙動を確認したいとき

が、あると思います。けど問題は、ローカルで作っててhttpだけど埋め込まれる方はhttpsの場合。 stackoverflow.com developer.mozilla.org まあ1つはローカルをhttpsで立ち上げる。 dev.classmethod.jp けど、めんどくさいじゃん。 httpの場合はローカルで、…