diff --git a/README.md b/README.md
index 385088f..fe6f86d 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,10 @@ All controls support RTL.
+#### Mobile & Desktop support
+
+
+
#### Performance
Some native controls are complex. For example, Entry using Visual Material is made up of different elements. When using it, each of the different elements must be instantiated (the text box, the placeholder text, etc.). Using the drawn control, create an instance of a Canvas and draw the content. The time required to instantiate etc is shorter.
diff --git a/images/graphicscontrols-mac.gif b/images/graphicscontrols-mac.gif
new file mode 100644
index 0000000..cfff9c0
Binary files /dev/null and b/images/graphicscontrols-mac.gif differ