First, you need to import a component to your code (сheck component path is right):
import Chips from "../../core/Chips";
To use the component, copy and paste an example from the CODE tab.
Default props of component can be omitted, they are applied automatically. For example, you can skip the prop type='def', because 'def' is the default value of prop 'type'.
type
view
color
className
tag
round
removable
onRemove
withTick
withAvatar
withNumber
icon
rightIcon
disabled
< Chips type = 'def' color = 'success' tag = 'Locate' withTick = {false} icon = 'locate' rightIcon = {null} removable = {false} onRemove = {null} disabled = {false} round = {true} withNumber = {null} withAvatar = {null} />