Skip to content

Commit

Permalink
Add language to code in list docs
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Nov 1, 2015
1 parent 5a1d15e commit 21f47af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => (
Expand Down

0 comments on commit 21f47af

Please sign in to comment.