Skip to content

Commit c9531b0

Browse files
mocca102esezen
andauthored
Add code examples section to readme (#209)
* Add code examples section to readme * Update README.md Co-authored-by: Enes Kutay SEZEN <[email protected]> * Update README.md Co-authored-by: Enes Kutay SEZEN <[email protected]> --------- Co-authored-by: Enes Kutay SEZEN <[email protected]>
1 parent 4b8a8de commit c9531b0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,20 @@ function YourComponent() {
5252
);
5353
```
5454
55+
## 💡 Code Examples
56+
57+
Ready-to-use, copy-paste examples with explanations.
58+
59+
- [Full Featured example](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component--docs#full-featured-and-styled-example)
60+
- [Render Search Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-sections--docs#render-search-suggestions)
61+
- [Render Product Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-sections--docs#render-suggested-products)
62+
63+
🔹 For more examples check the [full examples](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component--docs)
64+
5565
## 🚀 Advanced Features
5666
5767
- [Terms With Group Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#terms-with-group-suggestions)
5868
- [Filtered Suggestions](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#filtered-suggestions)
5969
- [Terms With Images And Counts](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs#terms-with-images-and-counts)
6070
61-
For more advanced use cases please check the [full documnetation](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs)
71+
🔹 For more advanced use cases check the [full documentation](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component-advanced-parameters--docs)

0 commit comments

Comments
 (0)