surveyjs / custom-widgets

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator :package:
https://surveyjs.io
MIT License
79 stars 78 forks source link

Add orientation property into bootstrap slider #220

Closed andrewtelnov closed 4 years ago

andrewtelnov commented 4 years ago

Add orientation property:

{
 name: "orientation",
 default: "horizontal",
 choices: ["horizontal", "vertical"],
 category: "general"
}