Today we have released the latest edition of our Form Lib. Our library offers us the possibility to link forms with data. In addition, we have programmed here various controls that are not available in the standard.
Only the highlights are described here. The full functionality can be found in the documentation.
This release builds on Monster 1.29 and contains minor improvements.
New Tab control
const node = document.createElement('monster-tabs');
document.getElementById('container').appendChild(s);
or
<monster-tabs>
<div data-monster-button-label="1th tab">
tab content
</div>
</monster-tabs>
hope you enjoy it!
Top comments (0)