Monster.Components.Form. Tabs

This CustomControl creates a tab element with a variety of options.

You can create this control either by specifying the HTML tag <monster-tabs /> directly in the HTML or using Javascript via the document.createElement('monster-tabs'); method.

<monster-tabs></monster-tabs>

Or you can create this CustomControl directly in Javascript:

import {Tabs} from '@schukai/component-form/source/tab.js';
document.createElement('monster-tabs');