Skip to content

Commit

Permalink
updating social handles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatuxtemple committed Jun 25, 2018
2 parents 382f79a + 6fa3c7d commit a382112
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,17 @@ fontWeight 300
marginLeft 15
```

By default, list cards will be keyed by their order in the list (`index`). To set the key
to something other than `index` in the list, add a `key` prop to the card like:

```
List
from <
Card
key id
```

It will map to `key={item.id}`.

Reach out with questions via our [Slack Questions Channel](https://slack.viewsdx.com/).
Mention `@tom` or `@dario` to make sure that we get your notifications.

0 comments on commit a382112

Please sign in to comment.