Files
pyMC_Repeater/repeater/web/html/assets/Spinner-CMJUE3iy.js
T

1 line
513 B
JavaScript

import{T as e,h as t,ht as n,u as r}from"./runtime-core.esm-bundler-CINEgm0a.js";var i=t({__name:`Spinner`,props:{size:{default:`md`},color:{default:`primary`}},setup(t){return(i,a)=>(e(),r(`div`,{class:n([`rounded-full animate-spin`,{"w-3 h-3 border-b":t.size===`xs`,"w-4 h-4 border-b-2":t.size===`sm`,"w-8 h-8 border-b-2":t.size===`md`,"w-12 h-12 border-b-2":t.size===`lg`,"border-primary":t.color===`primary`,"border-white":t.color===`white`,"border-current":t.color===`current`}])},null,2))}});export{i as t};