├── README.md └── docs ├── about ├── accessibility.md ├── animations.md ├── browser-support.md ├── design-principles.md ├── examples.md └── installation.md ├── api ├── drag-drop-context.md ├── draggable.md ├── droppable.md └── reset-server-context.md ├── guides ├── auto-scrolling.md ├── changes-while-dragging.md ├── combining.md ├── common-setup-issues.md ├── developer-warnings.md ├── doctype.md ├── dragging-svgs.md ├── drop-animation.md ├── how-we-detect-scroll-containers.md ├── how-we-use-dom-events.md ├── identifiers.md ├── preset-styles.md ├── responders.md ├── screen-reader.md ├── types.md └── using-inner-ref.md ├── patterns ├── multi-drag.md ├── tables.md └── using-a-portal.md ├── sensors ├── keyboard.md ├── mouse.md └── touch.md └── support ├── community-and-addons.md ├── engineering-health.md ├── media.md └── upgrading.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/README.md -------------------------------------------------------------------------------- /docs/about/accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/accessibility.md -------------------------------------------------------------------------------- /docs/about/animations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/animations.md -------------------------------------------------------------------------------- /docs/about/browser-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/browser-support.md -------------------------------------------------------------------------------- /docs/about/design-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/design-principles.md -------------------------------------------------------------------------------- /docs/about/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/examples.md -------------------------------------------------------------------------------- /docs/about/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/about/installation.md -------------------------------------------------------------------------------- /docs/api/drag-drop-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/api/drag-drop-context.md -------------------------------------------------------------------------------- /docs/api/draggable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/api/draggable.md -------------------------------------------------------------------------------- /docs/api/droppable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/api/droppable.md -------------------------------------------------------------------------------- /docs/api/reset-server-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/api/reset-server-context.md -------------------------------------------------------------------------------- /docs/guides/auto-scrolling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/auto-scrolling.md -------------------------------------------------------------------------------- /docs/guides/changes-while-dragging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/changes-while-dragging.md -------------------------------------------------------------------------------- /docs/guides/combining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/combining.md -------------------------------------------------------------------------------- /docs/guides/common-setup-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/common-setup-issues.md -------------------------------------------------------------------------------- /docs/guides/developer-warnings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/developer-warnings.md -------------------------------------------------------------------------------- /docs/guides/doctype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/doctype.md -------------------------------------------------------------------------------- /docs/guides/dragging-svgs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/dragging-svgs.md -------------------------------------------------------------------------------- /docs/guides/drop-animation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/drop-animation.md -------------------------------------------------------------------------------- /docs/guides/how-we-detect-scroll-containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/how-we-detect-scroll-containers.md -------------------------------------------------------------------------------- /docs/guides/how-we-use-dom-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/how-we-use-dom-events.md -------------------------------------------------------------------------------- /docs/guides/identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/identifiers.md -------------------------------------------------------------------------------- /docs/guides/preset-styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/preset-styles.md -------------------------------------------------------------------------------- /docs/guides/responders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/responders.md -------------------------------------------------------------------------------- /docs/guides/screen-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/screen-reader.md -------------------------------------------------------------------------------- /docs/guides/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/types.md -------------------------------------------------------------------------------- /docs/guides/using-inner-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/guides/using-inner-ref.md -------------------------------------------------------------------------------- /docs/patterns/multi-drag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/patterns/multi-drag.md -------------------------------------------------------------------------------- /docs/patterns/tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/patterns/tables.md -------------------------------------------------------------------------------- /docs/patterns/using-a-portal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/patterns/using-a-portal.md -------------------------------------------------------------------------------- /docs/sensors/keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/sensors/keyboard.md -------------------------------------------------------------------------------- /docs/sensors/mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/sensors/mouse.md -------------------------------------------------------------------------------- /docs/sensors/touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/sensors/touch.md -------------------------------------------------------------------------------- /docs/support/community-and-addons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/support/community-and-addons.md -------------------------------------------------------------------------------- /docs/support/engineering-health.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/support/engineering-health.md -------------------------------------------------------------------------------- /docs/support/media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/support/media.md -------------------------------------------------------------------------------- /docs/support/upgrading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtereshyn/react-beautiful-dnd-ru/HEAD/docs/support/upgrading.md --------------------------------------------------------------------------------