Backpack chip component.
npm install bpk-component-chip --save-dev
import React from 'react';
import BpkChip from 'bpk-component-chip';
export default () => (
<BpkChip onClose={event => console.log('Chip closing!', event)} >This is a chip!</BpkChip>
);
Property | PropType | Required | Default Value |
---|---|---|---|
onClose | func | yes | - |
children | node | yes | - |
className | string | no | - |
closeLabel | oneOfType(string, func) | no | - |