エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
import { useDropzone } from 'react-dropzone' const Dropzone = () => { const { getRootProps, getIn... import { useDropzone } from 'react-dropzone' const Dropzone = () => { const { getRootProps, getInputProps, isDragActive } = useDropzone() return ( <div {...getRootProps()} style={{ position: 'fixed', top: 0, left: 0, width: '100vw', height: '100vh', backgroundColor: isDragActive ? 'rgba(0,0,0,0.5)' : 'transparent', display: 'flex', justifyContent: 'center', alignItems: 'center', zIndex: 1000, poin