Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Survey Library | 3,734 | 37 | 19 | 2 hours ago | 436 | August 08, 2023 | 540 | mit | TypeScript | |
Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout. | ||||||||||
Grid | 520 | 2 years ago | November 06, 2016 | 78 | gpl-3.0 | JavaScript | ||||
jQuery grid plugin based on jQueryui widget design | ||||||||||
Daterangepicker | 280 | 4 years ago | 1 | March 26, 2017 | 48 | mit | CoffeeScript | |||
Date range picker component for the modern web | ||||||||||
Sparklexrm | 238 | 5 | 1 | 2 years ago | 48 | September 01, 2021 | 191 | mit | C# | |
An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs. | ||||||||||
Knockout.js External Template Engine | 233 | 23 | 2 | 9 years ago | 6 | June 09, 2012 | 4 | other | JavaScript | |
Custom Template Engine and Template Source for Knockout.js that loads external templates. Supports native and jQuery templates. | ||||||||||
Redkitecms | 136 | 8 years ago | 16 | June 09, 2015 | 7 | mit | JavaScript | |||
Content Management System built on top of Symfony2, Knockout, Jquery, Twitter Bootstrap frameworks. | ||||||||||
Knockout Jqueryui | 105 | 4 | 4 | a year ago | 3 | July 19, 2019 | 19 | mit | JavaScript | |
Knockout bindings for the jQuery UI widgets. | ||||||||||
Falconjs | 94 | 8 years ago | April 18, 2014 | 1 | other | JavaScript | ||||
Falcon.js adds structure to knockout.js by incorporting models, collections, and views. It's setup to make developing single-page web applications a breeze. | ||||||||||
Northwind | 77 | 10 years ago | JavaScript | |||||||
ASP.NET WebPages powered by Knockout, ASP.NET Web API, and Entity Framework over the Northwind database. All generated by T4 Scaffolding. | ||||||||||
Explore The Todo List App | 73 | 8 years ago | mit | JavaScript | ||||||
A sample Todo List Application to explore best practices !!! |
A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your web applications.
Clone the repo
git clone https://github.com/surveyjs/survey-library.git
cd survey-library
Install dependencies
Make sure that you have Node.js v6.0.0 or later and npm v2.7.0 or later installed.
npm install -g karma-cli
npm install
Build the library
npm run build_prod
You can find the built scripts and style sheets in folders under the build
directory.
Run test examples
npm start
This command runs a local HTTP server at http://localhost:7777/.
Run unit tests
npm run test
The unit tests use Karma.
SurveyJS Form Library is distributed under the MIT license.