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