Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: elements/designer-selection/README.md

Issue 877243005: Add designer-selection element (Closed) Base URL: https://github.com/PolymerLabs/designer2.git@master
Patch Set: Move style outside template Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: elements/designer-selection/README.md
diff --git a/elements/designer-selection/README.md b/elements/designer-selection/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..68bde529bca9addf82ebd364e08616d7ed6db20f
--- /dev/null
+++ b/elements/designer-selection/README.md
@@ -0,0 +1,11 @@
+designer-selection
+==================
+
+`designer-selection` renders a UI for manipulating a graphical element in a graphics-editor style application. It consists of a bounding rectangle, and a configurable set of resize handles.
+
+`designer-selection` listens to mouse events so that it can be moved, but it doesn't move itself, instead it fires `designer-selection-resize` events so that the embedding program can choose how to respond to movements and resizes.
+
+Demo
+----
+
+See [The demo](demo.html) for an example that just moves the selection to wherever it requests.

Powered by Google App Engine
This is Rietveld 408576698