Add language to code in list docs

old
Javi Velasco 2015-11-01 10:49:05 +01:00
parent 5a1d15ee87
commit 21f47afb32
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ A [list component](https://www.google.com/design/spec/components/lists.html) con
Lists are best suited to presenting a homogeneous data type or sets of data types, such as images and text, optimized for reading comprehension with the goal of differentiating between like data types or qualities within a single data type. You can compose lists based on subcomponents.
<!-- example -->
```
```jsx
import { List, ListItem, ListSubHeader, ListDivider, ListCheckbox } from 'react-toobox';
const ListTest = () => (