jyoungblood / smoke.js

framework-agnostic styled alert system for javascript
http://smoke.js.org/
930 stars 107 forks source link

Quiz illimited options #62

Open ThomasPerraudin opened 7 years ago

ThomasPerraudin commented 7 years ago

The quiz function is useless for me because I cannot display more than 3 options. The list of options should be customizable. For instance, the quiz function could receive a parameter options = [{value: 1, label: "Option 1"}, {value: 2, "Option 2"}]