Skip to main content
K
Last modified: 24/Jun/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
#onClear
Required
MouseEventHandler
Callback on clicking the remove icon button

#Types

  • ChipProps: props of the Chip component processed by stratus

Read more about types here