reactjs

Reactによる確認ダイアログの実装サンプル

確認ダイアログのReactコンポーネント meets kintone import React, { FC, useCallback, useState } from "react"; import { Dialog } from "@kintone/kintone-ui-component"; import { Button } from "../Button"; type EventHandler = (e: React.Synthetic…