From 91aeebda11e6f96caad15f3cc6ec448deb11f5ed Mon Sep 17 00:00:00 2001 From: Yunus Gaziev Date: Fri, 1 Jul 2022 09:06:16 +0500 Subject: [PATCH] Add more examples to review --- src/learn/extending/extending.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/learn/extending/extending.md b/src/learn/extending/extending.md index 93f72f0..45c91ed 100644 --- a/src/learn/extending/extending.md +++ b/src/learn/extending/extending.md @@ -6,4 +6,7 @@ On the JavaScript side, the library is designed to be powerful and flexible and To get a better understanding of how the library works, checkout our step-by-step guide of how to create a new Carbon Field type, which can be found at [https://github.com/htmlburger/carbon-field-template](https://github.com/htmlburger/carbon-field-template). The guide itself also acts as a template that you can start from. -In addition, you can also review the [Number Field](https://github.com/htmlburger/carbon-field-number) which is a simplistic extension field. +In addition, you can also review the: +- [Number Field](https://github.com/htmlburger/carbon-field-number) simplistic extension field +- [Map Yandex Field](https://github.com/yunusga/carbon-field-map-yandex) alternative to Google maps +- [Url Picker Field](https://github.com/iamntz/carbon-fields-urlpicker) simple url picker