Last modified: 16/Oct/2025
Chip
#Usage
import { Chip } from '@kinsta/stratus'
const MyComponent = () => (
<Chip>
Skywalker
</Chip>
)
#Props
#children
(string | ReactElement<any, string | JSXElementConstructor<any>>) & ReactNode
The content of the component
Callback on clicking the remove icon button
#Types
ChipProps: props of theChipcomponent processed by stratus
Read more about types here