Skip to content

Commit 21f47af

Browse files
committed
Add language to code in list docs
1 parent 5a1d15e commit 21f47af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/list/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A [list component](https://www.google.com/design/spec/components/lists.html) con
55
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.
66

77
<!-- example -->
8-
```
8+
```jsx
99
import { List, ListItem, ListSubHeader, ListDivider, ListCheckbox } from 'react-toobox';
1010

1111
const ListTest = () => (

0 commit comments

Comments
 (0)