UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 564 B
import{jsx as e,jsxs as a}from"react/jsx-runtime";import"./MobileToggleButton.scss";import m from"classnames";function b({mode:o,label:i,ariaLabel:l,withBanner:s,onClick:n}){const t=o==="list";return a("button",{className:m("efp-mobile-toggle-button",{"efp-mobile-toggle-button--with-banner":s},t?"efp-mobile-toggle-button--list":"efp-mobile-toggle-button--map"),onClick:n,type:"button","aria-label":l,children:[e("i",{className:t?"icon-list":"icon-map","aria-hidden":"true"}),e("span",{className:"efp-mobile-toggle-button__text",children:i})]})}export default b;