ToolbarButton

"isFullScreen": {
	"type": "boolean",
	"default": false
},import {
	TwebSVG,
} from '@tigriweb/components/primitives';
import {
	TwebToolbarButton,
} from '@tigriweb/components/attributes';<TwebToolbarButton
	icon={ <TwebSVG icon="arrow-autofit-height" /> }
	label={ __('Toggle full height', 'your-theme-name') }
	name="isFullScreen"
	{ ...{ attributes, setAttributes } }
/>Last updated
Was this helpful?
