diff --git a/core/src/components/searchbar/readme.md b/core/src/components/searchbar/readme.md
index 49c9e69fc8..5edb1ff281 100644
--- a/core/src/components/searchbar/readme.md
+++ b/core/src/components/searchbar/readme.md
@@ -17,6 +17,15 @@ A Searchbar should be used instead of an input to search lists. A clear button i
+
+
+
+
+
+
+
+
+
@@ -30,7 +39,7 @@ A Searchbar should be used instead of an input to search lists. A clear button i
-
+
@@ -54,6 +63,15 @@ A Searchbar should be used instead of an input to search lists. A clear button i
+
+
+
+
+
+
+
+
+
@@ -67,7 +85,7 @@ A Searchbar should be used instead of an input to search lists. A clear button i
-
+
@@ -96,6 +114,15 @@ const Example: React.SFC<{}> = () => (
<>
{/*-- Default Searchbar --*/}
+
+ {/*-- Searchbar with cancel button always shown --*/}
+
+
+ {/*-- Searchbar with cancel button never shown --*/}
+
+
+ {/*-- Searchbar with cancel button shown on focus --*/}
+
{/*-- Searchbar with danger color --*/}
@@ -110,7 +137,7 @@ const Example: React.SFC<{}> = () => (
{/*-- Searchbar with a cancel button and custom cancel button text --*/}
-
+
{/*-- Searchbar with a custom debounce --*/}
@@ -138,6 +165,15 @@ export default Example;
+
+
+
+
+
+
+
+
+
@@ -152,7 +188,7 @@ export default Example;
-
+
diff --git a/core/src/components/searchbar/usage/angular.md b/core/src/components/searchbar/usage/angular.md
index 36a5a7e2dd..affa8ea62f 100644
--- a/core/src/components/searchbar/usage/angular.md
+++ b/core/src/components/searchbar/usage/angular.md
@@ -2,6 +2,15 @@
+
+
+
+
+
+
+
+
+
@@ -15,7 +24,7 @@
-
+
diff --git a/core/src/components/searchbar/usage/javascript.md b/core/src/components/searchbar/usage/javascript.md
index 4f82d4a72b..55bb95036a 100644
--- a/core/src/components/searchbar/usage/javascript.md
+++ b/core/src/components/searchbar/usage/javascript.md
@@ -2,6 +2,15 @@
+
+
+
+
+
+
+
+
+
@@ -15,7 +24,7 @@
-
+
diff --git a/core/src/components/searchbar/usage/react.md b/core/src/components/searchbar/usage/react.md
index 8a64fbe116..f343ea5076 100644
--- a/core/src/components/searchbar/usage/react.md
+++ b/core/src/components/searchbar/usage/react.md
@@ -7,6 +7,15 @@ const Example: React.SFC<{}> = () => (
<>
{/*-- Default Searchbar --*/}
+
+ {/*-- Searchbar with cancel button always shown --*/}
+
+
+ {/*-- Searchbar with cancel button never shown --*/}
+
+
+ {/*-- Searchbar with cancel button shown on focus --*/}
+
{/*-- Searchbar with danger color --*/}
@@ -21,7 +30,7 @@ const Example: React.SFC<{}> = () => (
{/*-- Searchbar with a cancel button and custom cancel button text --*/}
-
+
{/*-- Searchbar with a custom debounce --*/}
diff --git a/core/src/components/searchbar/usage/vue.md b/core/src/components/searchbar/usage/vue.md
index a41631476f..d74e5f9728 100644
--- a/core/src/components/searchbar/usage/vue.md
+++ b/core/src/components/searchbar/usage/vue.md
@@ -2,6 +2,15 @@
+
+
+
+
+
+
+
+
+
@@ -16,7 +25,7 @@
-
+