You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstcount=num.u8()/** @example html```<button ~ @click=increment #text=count>0</button>```will set `aria-busy=true` for 3s until the value change*/exportfunctionincrement(){count.set(it=>it+1,{delay: 3*s})}
Why make it builtin?
I'm thinking to make every accessibility feature be builtin into the framework. So this one is the first step towards that.
The text was updated successfully, but these errors were encountered:
Why make it builtin?
I'm thinking to make every accessibility feature be builtin into the framework. So this one is the first step towards that.
The text was updated successfully, but these errors were encountered: