create Widget Container
Type: Function
How to get createWidgetContainer?
JavaScript
import createWidgetContainer from 'fontoxml-families/src/createWidgetContainer.js'
This widget is used to display multiple widgets in a horizontal or a vertical layout. Besides that, this group of widgets can be set to be visible only when the container has focus or is hovered over with the mouse. This widget can be used in any widget area.
Arguments
widgets
(Required)
Type: Array<Widget>
An array of widgets to display.
options
(Required)
Type: Object<String, any>
Properties
Default value
Returns
Type: Widget