Merge pull request #1046 from elazzabi/dev

Fix broken example in Card component
old
Javi Velasco 2016-12-13 21:19:08 +01:00 committed by GitHub
commit 7825849de8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Cards are composed of multiple subcomponents in React Toolbox. You can combine e
<!-- example -->
```jsx
import { Card, CardMedia, CardTitle, CardText, CardActions } from 'react-toolbox/lib/card';
import {Button} from 'react-toolbox/lib/button';
const dummyText = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.';