jsPsych/.changeset/button-layouts.md
2023-10-18 14:47:59 -04:00

9 lines
328 B
Markdown

---
"@jspsych/plugin-html-button-response": major
"jspsych": patch
---
Button plugins now support either `display: grid` or `display: flex` on the container element that hold the buttons. If the layout is `grid`, the number of rows and/or columns can be specified.
jspsych.css has new layout classes to support this feature.