並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 17 件 / 17件

新着順 人気順

"drag and drop"の検索結果1 - 17 件 / 17件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"drag and drop"に関するエントリは17件あります。 libraryjavascriptweb制作 などが関連タグです。 人気エントリには 『Did You Know iOS 15 Lets You Drag and Drop Files on Your iPhone?』などがあります。
  • Did You Know iOS 15 Lets You Drag and Drop Files on Your iPhone?

    You can use the drag-and-drop feature to copy photos, text, apps, files, and other bits and pieces between various apps on your iPhone. Here's how. Drag and drop is a basic function available on virtually all devices. However, on the iPhone, the feature only worked on the Home Screen and within particular apps—until iOS 15. With the release of iOS 15, Apple made it so that you can now drag and dro

      Did You Know iOS 15 Lets You Drag and Drop Files on Your iPhone?
    • GitHub - ToolJet/ToolJet: Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScri

      ToolJet is an open-source low-code framework to build and deploy internal tools with minimal engineering effort. ToolJet's drag-and-drop frontend builder allows you to create complex, responsive frontends within minutes. Additionally, you can integrate various data sources, including databases like PostgreSQL, MongoDB, and Elasticsearch; API endpoints with OpenAPI spec and OAuth2 support; SaaS too

        GitHub - ToolJet/ToolJet: Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScri
      • Dropover - Easier Drag and Drop on your Mac.

        Dropover is a macOS utility that makes Drag and Drop easier. Stash, gather or move draggable content without having to open side-by-side windows. Using Dropover couldn't be simpler: Just shake your cursor and drop whatever you are dragging onto the shelf. Then simply navigate stress-free to your destination and move all items at once when read Whether you are a photographer who works with images o

        • dnd kit – a modern drag and drop toolkit for React

          import React, {useState} from 'react'; import {DndContext} from '@dnd-kit/core'; import {Draggable} from './Draggable'; import {Droppable} from './Droppable'; function Example() { const [parent, setParent] = useState(null); const draggable = ( <Draggable id="draggable"> Go ahead, drag me. </Draggable> ); return ( <DndContext onDragEnd={handleDragEnd}> {!parent ? draggable : null} <Droppable id="dr

            dnd kit – a modern drag and drop toolkit for React
          • How To Use The HTML Drag-And-Drop API In React — Smashing Magazine

            In this tutorial, we’ll build a React drag-and-drop component for file and image uploads. In the process, we’ll learn about the HTML drag-and-drop API. We will also learn how to use the useReducer hook for managing state in a React functional component. The drag-and-drop API is one of the coolest features of HTML. It helps us implement drag-and-drop features in web browsers. In the current context

              How To Use The HTML Drag-And-Drop API In React — Smashing Magazine
            • GitHub - BuilderIO/builder: Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - BuilderIO/builder: Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more
              • DFlex | The Javascript library for modern Drag and Drop Apps

                A Drag-and-Drop library for all JavaScript frameworksDFlex is a JavaScript library for modern drag and drop applications. It is built with vanilla JavaScript and implements an enhanced transformation mechanism to manipulate DOM elements. DFlex is the only drag and drop library on the internet that manipulates the DOM instead of reconstructing it. It also has its own scheduler and reconciler.

                  DFlex | The Javascript library for modern Drag and Drop Apps
                • [React] HTML Drag and Drop API を使ってテーブルの列を入れ替える | DevelopersIO

                  最終的な動作の画像と完成物は以下になります。 完成したコード 実際の動作サンプル ここでは少しずつ、作業手順をおって解説していきます。 導入 https://github.com/hbsnow/template-nextjs-tailwindcss 上記のテンプレートを使用しています。ここでは導入についての解説しません。 また、このページ内で記載しているコードについては一部簡略化のため省略している箇所があります。すべてのコードについてはそれぞれリンクにある GitHub のコミットログで確認できます。テストコードはこの記事では長くなってしまうため記載していませんが、GitHub で確認できます。 ドラッグ機能は未実装状態の DraggableTable コンポーネントを追加する まずはドラッグ機能のない状態の DraggableTable コンポーネントを追加していきます。 commit

                    [React] HTML Drag and Drop API を使ってテーブルの列を入れ替える | DevelopersIO
                  • ‎Yoink - Improved Drag and Drop

                    Yoink for iPad and iPhone lets you easily and quickly store items you drag, copy, share or download for later use. This way, you can collect items in a central place without having to constantly move back and forth between your source- and destination applications. The app accepts virtually any file type, for example app-content like images from websites, text snippets, web urls, eMails and docume

                      ‎Yoink - Improved Drag and Drop
                    • GitHub - chrismaltby/gb-studio: A quick and easy to use drag and drop retro game creator for your favourite handheld video game system

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - chrismaltby/gb-studio: A quick and easy to use drag and drop retro game creator for your favourite handheld video game system
                      • GitHub - github/file-attachment-element: Attach files via drag and drop or file input.

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - github/file-attachment-element: Attach files via drag and drop or file input.
                        • The AI design tool for product photography - Drag and drop to create stunning photoshoots in seconds

                          Stage scenes digitally with drag & drop props. Bring it to life with AI.

                            The AI design tool for product photography - Drag and drop to create stunning photoshoots in seconds
                          • GitHub - prevwong/craft.js: 🚀 A React Framework for building extensible drag and drop page editors

                            Live Demo Page editors are a great way to provide an excellent user experience. However, to build one is often a pretty dreadful task. There're existing libraries that come with a fully working page editor out of the box with a user interface and editable components. However, if you wish to make customisations such as modifying the user interface and its behavior, it will most definitely involve m

                              GitHub - prevwong/craft.js: 🚀 A React Framework for building extensible drag and drop page editors
                            • Drag–and–Drop: How to Design for Ease of Use

                              Summary: Clear signifiers and clear feedback at all stages of the interaction make drag–and–drop discoverable and easy to use. Drag–and–drop has been around since the dawn of GUIs and is familiar to most users. It is a type of direct manipulation, particularly useful for grouping, reordering, moving, or resizing objects. It works as follows: As with all direct-manipulation interactions, items of i

                                Drag–and–Drop: How to Design for Ease of Use
                              • Beautiful and Accessible Drag and Drop with react-beautiful-dnd

                                Drag and drop (dnd) experiences are often built to sort lists of content vertically and horizontally. react-beautiful-dnd is an excellent tool for these use cases. It utilizes the render props pattern to build accessible dnd functionality into lists that look and behave as you would expect—and you’ll even get keyboard-accessible dnd, straight out of the box, with no extra work required. It’s actua

                                  Beautiful and Accessible Drag and Drop with react-beautiful-dnd
                                • Taming the dragon: Accessible drag and drop

                                  We are excited to announce the release of drag and drop support in React Aria and React Spectrum! This includes a suite of hooks for implementing drag and drop interactions, with support for both mouse and touch, as well as full parity for keyboard and screen reader input. We’ve designed these hooks with the following features in mind: Flexibility – Our hooks include high level APIs for building c

                                    Taming the dragon: Accessible drag and drop
                                  • GitHub - dflex-js/dflex: The sophisticated Drag and Drop library you've been waiting for 🥳

                                    DFlex is a Javascript library for modern Drag and Drop apps. It's built with vanilla Javascript and implemented an enhanced transformation mechanism to manipulate DOM elements. It is by far the only Drag and Drop library on the internet that manipulates the DOM instead of reconstructing it and has its own scheduler and reconciler. Dynamic architecture. Traverse DOM without calling browser API. Inf

                                      GitHub - dflex-js/dflex: The sophisticated Drag and Drop library you've been waiting for 🥳
                                    1

                                    新着記事