diff --git a/src/utils/DraggableManager/docs/README.md b/src/utils/DraggableManager/README.md similarity index 97% rename from src/utils/DraggableManager/docs/README.md rename to src/utils/DraggableManager/README.md index 2444030f2d..d0bd8e6d85 100644 --- a/src/utils/DraggableManager/docs/README.md +++ b/src/utils/DraggableManager/README.md @@ -1,11 +1,13 @@ # DraggbleManager Information and Demo -The folder in which this file resides (`src/utils/DraggableManager/docs`) contains a small project that demos the use of the `DraggableManager` utility. +In the `src/utils/DraggableManager/demo` folder there is a small project that demonstrates the use of the `DraggableManager` utility. -![GIF of Demo](demo-ux.gif) +The demo contains two components: -The top half of the gif shows the `DividerDemo` component. The bottom half shows the `RegionDemo` component. +- `DividerDemo`, which occupies the top half of the web page +- `RegionDemo`, which occupies the bottom half of the web page, as shown in the GIF, below +![GIF of Demo](demo/demo-ux.gif) ## Caveat diff --git a/src/utils/DraggableManager/docs/DividerDemo.css b/src/utils/DraggableManager/demo/DividerDemo.css similarity index 100% rename from src/utils/DraggableManager/docs/DividerDemo.css rename to src/utils/DraggableManager/demo/DividerDemo.css diff --git a/src/utils/DraggableManager/docs/DividerDemo.js b/src/utils/DraggableManager/demo/DividerDemo.js similarity index 100% rename from src/utils/DraggableManager/docs/DividerDemo.js rename to src/utils/DraggableManager/demo/DividerDemo.js diff --git a/src/utils/DraggableManager/docs/DraggableManagerDemo.css b/src/utils/DraggableManager/demo/DraggableManagerDemo.css similarity index 100% rename from src/utils/DraggableManager/docs/DraggableManagerDemo.css rename to src/utils/DraggableManager/demo/DraggableManagerDemo.css diff --git a/src/utils/DraggableManager/docs/DraggableManagerDemo.js b/src/utils/DraggableManager/demo/DraggableManagerDemo.js similarity index 100% rename from src/utils/DraggableManager/docs/DraggableManagerDemo.js rename to src/utils/DraggableManager/demo/DraggableManagerDemo.js diff --git a/src/utils/DraggableManager/docs/RegionDemo.css b/src/utils/DraggableManager/demo/RegionDemo.css similarity index 100% rename from src/utils/DraggableManager/docs/RegionDemo.css rename to src/utils/DraggableManager/demo/RegionDemo.css diff --git a/src/utils/DraggableManager/docs/RegionDemo.js b/src/utils/DraggableManager/demo/RegionDemo.js similarity index 100% rename from src/utils/DraggableManager/docs/RegionDemo.js rename to src/utils/DraggableManager/demo/RegionDemo.js diff --git a/src/utils/DraggableManager/docs/demo-ux.gif b/src/utils/DraggableManager/demo/demo-ux.gif similarity index 100% rename from src/utils/DraggableManager/docs/demo-ux.gif rename to src/utils/DraggableManager/demo/demo-ux.gif diff --git a/src/utils/DraggableManager/docs/index.js b/src/utils/DraggableManager/demo/index.js similarity index 100% rename from src/utils/DraggableManager/docs/index.js rename to src/utils/DraggableManager/demo/index.js