From 2206f31a0fb8deddcfeea443047975c177b99b60 Mon Sep 17 00:00:00 2001 From: DUODVK Date: Tue, 7 Nov 2017 10:08:07 +0300 Subject: [PATCH 1/3] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..2a85357e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# widgets +The collection of custom widgets for SurveyJS + +React examples: https://stackblitz.com/edit/surveyjs-widgets-react From f47c390f52ede1a5644c1f0a02983f137b4cdb1c Mon Sep 17 00:00:00 2001 From: DUODVK Date: Wed, 8 Nov 2017 12:45:24 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a85357e..fff66133 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ +# examples of usage +es moules examples: https://stackblitz.com/edit/surveyjs-widgets-react + # widgets -The collection of custom widgets for SurveyJS + - select2: [site](https://select2.org/), [repo](https://github.com/select2/select2), license: MIT + + - select2tagbox: [site](https://select2.org/), [repo](https://github.com/select2/select2), license: MIT + + - icheck: [site](http://icheck.fronteed.com/), [repo](https://github.com/fronteed/iCheck/), license: MIT + + - imagepicker: [site](https://rvera.github.io/image-picker/), [repo](https://github.com/rvera/image-picker), license: MIT + + - inputmask: [site](http://robinherbots.github.io/Inputmask/), [repo](https://github.com/RobinHerbots/Inputmask), license: MIT + + - jquerybarrating: [site](http://antenna.io/demo/jquery-bar-rating/examples/), [repo](https://github.com/antennaio/jquery-bar-rating), license: MIT + + - jqueryuidatepicker: [site](https://jqueryui.com/datepicker/), [repo](https://github.com/jquery/jquery-ui), license: https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt + + - nouislider: [site](https://refreshless.com/nouislider/), [repo](https://github.com/leongersen/noUiSlider), license: https://github.com/leongersen/noUiSlider/blob/master/LICENSE + + - signaturepad: [site](http://szimek.github.io/signature_pad/), [repo](https://github.com/szimek/signature_pad), license: MIT + + - sortablejs: [site](http://rubaxa.github.io/Sortable/), [repo](https://github.com/RubaXa/Sortable), license: MIT + + - ckeditor: [site](https://ckeditor.com/), [repo](https://github.com/ckeditor/ckeditor-dev), license: https://github.com/ckeditor/ckeditor-dev/blob/major/LICENSE.md + + -React examples: https://stackblitz.com/edit/surveyjs-widgets-react From 0d96fc1fbe67da347a4fbfd08f8cdb7f04db3e51 Mon Sep 17 00:00:00 2001 From: DUODVK Date: Wed, 8 Nov 2017 12:46:05 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fff66133..bf3b5ea9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# examples of usage -es moules examples: https://stackblitz.com/edit/surveyjs-widgets-react - -# widgets - select2: [site](https://select2.org/), [repo](https://github.com/select2/select2), license: MIT - select2tagbox: [site](https://select2.org/), [repo](https://github.com/select2/select2), license: MIT @@ -23,6 +19,7 @@ es moules examples: https://stackblitz.com/edit/surveyjs-widgets-react - sortablejs: [site](http://rubaxa.github.io/Sortable/), [repo](https://github.com/RubaXa/Sortable), license: MIT - ckeditor: [site](https://ckeditor.com/), [repo](https://github.com/ckeditor/ckeditor-dev), license: https://github.com/ckeditor/ckeditor-dev/blob/major/LICENSE.md - - - + + + # examples of usage +es moules examples: https://stackblitz.com/edit/surveyjs-widgets-react