Last modified: 4/Oct/2024
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 theChip
component processed by stratus
Read more about types here