+ Chips are compact UI elements for labels, filters, and quick selections. Use the
+ CChip component with optional variant prop.
+
+ Add variant="outline" to create a lighter, bordered appearance.
+
+ Chips can include icons, user avatars, or avatar components to make tags easier to scan. +
+
+ Use the color prop for contextual variants and the size prop
+ for different sizes.
+
+ Chips support selection, removal, and disabled states using props like
+ selectable, removable, and disabled.
+
+ Chip input lets users enter multiple values in one field. Use the
+ CChipInput component with props like placeholder and
+ defaultValue.
+
+ Use the chipClassName prop to apply contextual chip styles, which is handy
+ for labels, issue types, or priorities.
+
+ Use the size prop with "sm" or "lg" to align the
+ field with surrounding form controls.
+
+ You can start with an empty field or use a separate CFormLabel for clearer
+ form structure and accessibility.
+
+ Use the disabled prop to block interaction entirely, or
+ readOnly to keep values visible while preventing changes.
+
+ The component integrates well with ordinary forms, including helper text and predefined + values. +
+