# Chip An indicator of a numeric value or a state. ## Key Props - `color`: to change the color of the Chip. - `size`: to change the size of the Chip. - `text`: to set the text of the Chip. - `position`: to change the position of the Chip. - `inset`: to display the Chip inside the component. - `standalone`: alongside the `inset` prop to display the Chip inline. ## Usage ```vue /> ```