フルスクリーンのローディングインジケータを表示するロジックを生成します。
const { startLoading, finishLoading } = Mdc.useLoading();startLoading("サンプルメッセージ");setTimeout(()=>{ finishLoading();}, 1000); Copy
const { startLoading, finishLoading } = Mdc.useLoading();startLoading("サンプルメッセージ");setTimeout(()=>{ finishLoading();}, 1000);
フルスクリーンのローディングインジケータを表示するロジックを生成します。