Skip to content

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator 📦

License

Notifications You must be signed in to change notification settings

surveyjs/custom-widgets

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

397e2a6 Â· May 5, 2022
Mar 3, 2021
Feb 7, 2022
May 5, 2022
Nov 12, 2021
Oct 19, 2017
Jul 1, 2020
Jul 30, 2019
Feb 24, 2022
Mar 4, 2019
Dec 29, 2020
Dec 21, 2017
Jan 27, 2022
Feb 24, 2022
Feb 24, 2022
Sep 23, 2021
Feb 1, 2022

Repository files navigation

Widgets

Software License

Getting started

es5 examples: https://surveyjs.io/Examples/Library/?id=custom-widget-select2-tagbox
es modules examples: https://stackblitz.com/edit/surveyjs-widgets-react

Install the library using es5.

<script src="https://unpkg.com/surveyjs-widgets"></script>

Install the library using npm.

npm install surveyjs-widgets

Or use unpkg CDN: https://unpkg.com/surveyjs-widgets@{version-number}/surveyjs-widgets.min.js

You find all versions/builds in the surveyjs/build repo.

Building surveyjs-widgets from sources

To build library yourself:

  1. Clone the repo from GitHub

    git clone https://github.com/surveyjs/widgets.git
    cd surveyjs-widgets
    
  2. Acquire build dependencies. Make sure you have Node.js installed on your workstation. This is only needed to build surveyjs from sources.

    npm install
    
  3. Build the library

    npm run build
    

    After that you should have the libraries (angular, jquery, knockout, react and vue) at 'packages' directory.

  4. Add your own custom widget

    Please go to this plunker and select customwidget.js to review the code and comments.

    The same plunker example, but for Survey Creator / Form Builder

License

MIT license