Revo Docs

Chips

A chip component.

Managment
<x-ui::chip>Managment</x-ui::chip>
Copied!

Icon

Shows an icon

Managment
<x-ui::chip icon="bolt">Managment</x-ui::chip>
Copied!

Selectable

Shows a selectable indicator

Managment
<x-ui::chip :selectable="true">Managment</x-ui::chip>
Copied!

Deletable

Show a deletable indicator

Managment
<x-ui::chip icon="bolt" :deletable="true">Managment</x-ui::chip>
Copied!