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