UNPKG

vanilla-hamburger

Version:

A tiny framework agnostic hamburger button element for modern web apps

2 lines 427 B
export default `:host{display:block;position:relative;width:48px;height:48px;cursor:pointer;-webkit-user-select:none;user-select:none}:host([hidden]){display:none !important}:host([disabled]){opacity:.5}button{position:absolute;top:0;left:0;width:100%;height:100%;border:none;-webkit-appearance:none;background:transparent;color:inherit}[part=bar]{background:currentColor;position:absolute}`; //# sourceMappingURL=burger.js.map