You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ This search bar will allow you to offer suggestions words to your users when the
15
15
16
16
17
17
## DEMO
18
-
**Two ways to use this lib :** One with a simple array of string (Array<String>), the other with an array of custom object (Array<ModernSearchBarModel>) if you want to get image of each row from an url.
18
+
**Two ways to use this lib :**
19
+
- One with a simple array of string (Array<String>)
20
+
- The other with an array of custom object (Array<ModernSearchBarModel>) if you want to get image of each row from an url.
0 commit comments