Refactor #3832 Refactor #3833 - For Chip

This commit is contained in:
Bahadır Sofuoğlu 2023-04-10 22:42:57 +03:00
parent edc09b8bc6
commit a9185a87e7
3 changed files with 31 additions and 7 deletions

View file

@ -45,11 +45,19 @@ const ChipEvents = [
}
];
const ChipSlots = [
{
name: 'removeicon',
description: 'Custom remove icon template of chip component.'
}
];
module.exports = {
chip: {
name: 'Chip',
description: 'Chip represents entities using icons, labels and images',
props: ChipProps,
events: ChipEvents
events: ChipEvents,
slots: ChipSlots
}
};