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