Add note about theming in chip readme

old
Javi Velasco 2016-05-21 18:27:33 +02:00
parent b2be1cbc8d
commit d8a5dc371f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ To add an icon or contact image to a chip, include an `Avatar` element as the fi
<!-- example -->
```jsx
// Import theme using `ThemeProvider`
import Avatar from 'react-toolbox/lib/avatar';
import Chip from 'react-toolbox/lib/chip';