Chips can be used to represent small blocks of information. They are most commonly used either for contacts or for tags.
Use class variant
prop in <NubraChips />
component for different variant of chips and use disabled
prop for disabled chips.
Use pill
prop in <NubraChips>
component.
Use ticked
prop for ticked chips.
Use icon={your_icon}
element in <NubraChips>
for icons in chips.
Use variant="outline-*"
.
Use dismissable
prop in <NubraChips>
for dismissable chips
Use <NubraChips src={img_src} >
for user chips
Use lg
props in <HkChips>
for lg chips.
Below is the example of input chips.