diff --git a/components/chip/readme.md b/components/chip/readme.md index 516284c5..d9535293 100644 --- a/components/chip/readme.md +++ b/components/chip/readme.md @@ -6,6 +6,7 @@ To add an icon or contact image to a chip, include an `Avatar` element as the fi ```jsx +// Import theme using `ThemeProvider` import Avatar from 'react-toolbox/lib/avatar'; import Chip from 'react-toolbox/lib/chip';