import { Chip } from '@arctic-kit/snow';function Demo() {return (<Chip color="primary" size="medium">Arctic Design</Chip>);}
Props | Type | Default |
---|---|---|
color | SnowColor | "primary" |
disabled | boolean | undefined | false |
interactive | boolean | undefined | false |
loading | boolean | undefined | --- |
onClick | (() => void) | undefined | --- |
readOnly | boolean | undefined | false |
selected | boolean | undefined | false |
size | "small" | "medium" | "large" | medium |