@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
2 lines (1 loc) • 630 B
JavaScript
var i=(...r)=>r.filter(e=>e!==!0&&!!e).map(e=>Array.isArray(e)?i(...e):typeof e=="object"?Object.keys(e).map((t,o)=>e[o]||e[t]&&t||null).filter(t=>t!==null).join(" "):e).filter(e=>!!e).join(" ");import{jsx as c}from"react/jsx-runtime";var l="k-tabstrip-items-wrapper",d=[],s={},a={orientation:"horizontal"},n=r=>{let{children:e,orientation:t=a.orientation,...o}=r;return c("div",{...o,className:i(r.className,l,{"k-hstack":t==="horizontal","k-vstack":t==="vertical"}),children:e})};n.states=d;n.options=s;n.className=l;n.defaultOptions=a;var $=n;export{l as TABSTRIPITEMSWRAPPER_CLASSNAME,n as TabStripItemsWrapper,$ as default};