Chip
Less than 1 minute
Chip
Compact element for displaying tags, contacts, or filters.
Preview
When to use
- For displaying tags or categories
- For selected filter items
- For contact or user representations
Usage
<template>
<Chip label="Technology" />
<Chip label="Removable" removable />
<Chip label="With Icon" icon="pi pi-user" />
</template>
