-
Notifications
You must be signed in to change notification settings - Fork 2
Chip
brandonk1234 edited this page Feb 20, 2017
·
1 revision
A chip displays small pieces of text, in a "chip" shape. This component could be also used as a label.
The only prop needed for this component are listed and explained below:
-
text
- This prop must be astring
. This is the text that will be displayed on the chip component.
<Chip
text={"Courses"}
/>,
<Chip
text={"Components"}
/>,
<Chip
text={"Content"}
/>