エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
import "./App.css"; import React, { useState } from "react"; import { Rnd } from "react-rnd"; fun... import "./App.css"; import React, { useState } from "react"; import { Rnd } from "react-rnd"; function App() { const [isDisableDragging, setDisableDragging] = useState(false); return ( <div className="App"> <header className="App-header"> <button onClick={() => setDisableDragging(!isDisableDragging)}> ウィンドウを動かす機能 {isDisableDragging ? "OFF" : "ON"} </button> <Rnd style={{ backgroundColor: "#fff0d8"