DEV Community

Cover image for Form Lib 1.10 released
Volker Schukai for schukai GmbH

Posted on

Form Lib 1.10 released

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);
Enter fullscreen mode Exit fullscreen mode

or

<monster-tabs>
   <div data-monster-button-label="1th tab">
      tab content
   </div>
</monster-tabs>
Enter fullscreen mode Exit fullscreen mode

hope you enjoy it!

References

Top comments (0)