UIChip
Name
Type
Default
Description
Example
import {UIChip} from 'writer'
render($$) {
const el = $$('div')
return el.append(
$$(UIChip, {
value: 'Author name',
avatarUrl: 'https://image.png',
onRemoveBtnClick: () => {}
})
)
}type
Available types
Name