@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
19 lines (18 loc) • 405 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",
"componentName": "page-overlay",
"title": "Page Overlay",
"componentClass": "page-overlay",
"componentJsClass": "js-page-overlay",
"example": {
"attributes": {
"pageOverlayUse": true
}
},
"attributes": {
"pageOverlayUse": {
"type": "boolean",
"default": true
}
}
}