Skip to main content

Chips

Chips component.

Default

<Chips text={"text here"}/>

Chips is defined by UI/UX in styleguide : https://app.zeplin.io/styleguide/

Exemples

Checked

<div style={{ height:'50px', border : '2px solid', margin : '5px', padding : '2px',display : 'flex' }}>
<Chips text={"text here"} isClosable/>
</div>
<div style={{ height:'20px', border : '2px solid', margin : '5px', padding : '2px', display : 'flex' }}>
<Chips text={"one"} /><Chips text={"two"}/><Chips text={"three"} isClosable/>
</div>
text here
one
two
three

Props

NameTypeRequiredDefaultDescription
textstringNo''Size of checkbox
isClosableboolNofalseDisplay close on chips