@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
22 lines (21 loc) • 436 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",
"componentName": "hamburger",
"title": "Hamburger",
"componentClass": "hamburger",
"componentJsClass": "js-hamburger",
"example": {
"attributes": {
"hamburgerUse": true
}
},
"attributes": {
"hamburgerUse": {
"type": "boolean",
"default": true
},
"hamburgerLabel": {
"type": "string"
}
}
}