Chipedit
The QChip component is basically a simple UI block entity, representing for example more advanced underlying data, such as a contact, in a compact way.
Chips can contain entities such as an avatar, text or an icon, optionally having a pointer too. They can also be closed or removed if configured so.
TIP
Also check out QBadge.
Installation
chevron_leftchevron_right
// quasar.conf.js
return {
framework: {
// NOT needed if using auto-import feature:
components: [
'QChip'
]
}
}
Usage
Custom sizes (below) have been introduced in v1.2.2+: