UIPill
Name
Type
Default
Description
Example
import {UIPill} from 'writer'
render($$) {
const el = $$('div')
return el.append(
$$(UIPill, {
text: 'I am a pill',
type: 'primary',
size: 'large',
icon: 'picture-landscape-bold'
})
)
}type
Available types
Name