UISpinner
Name
Type
Default
Description
Example
import {UISpiner} from 'writer'
render($$) {
const el = $$('div')
return el.append(
$$(UISpinner, {
size: 'medium',
color: 'rgba(0,0,0,0.3)'
})
)
}