Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
fix(examples): add selection property to child items in ListExampleSe…
Browse files Browse the repository at this point in the history
…lection (#70)

* add selection property to child items in ListExampleSelection so that styles and roles are applied properly

* bump pull request number
  • Loading branch information
jurokapsiar authored and kuzhelov committed Aug 9, 2018
1 parent bca3b43 commit 5047ec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Fixes

- Add selection property to child items in ListExampleSelection so that styles and roles are applied properly @jurokapsiar ([#70](https://github.com/stardust-ui/react/pull/70))

<!--------------------------------[ v0.2.6 ]------------------------------- -->
## [v0.2.6](https://github.com/stardust-ui/react/tree/v0.2.6) (2018-08-09)
[Compare changes](https://github.com/stardust-ui/react/compare/v0.2.5...v0.2.6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ const ListExampleSelection = ({ knobs }) => (
header="Irving Kuhic"
headerMedia="7:26:56 AM"
content="Program the sensor to the SAS alarm through the haptic SQL card!"
selection={knobs.selection}
/>
<List.Item
media={<Image src="public/images/avatar/small/steve.jpg" avatar />}
header="Skyler Parks"
headerMedia="11:30:17 PM"
content="Use the online FTP application to input the multi-byte application!"
selection={knobs.selection}
/>
<List.Item
media={<Image src="public/images/avatar/small/nom.jpg" avatar />}
header="Dante Schneider"
headerMedia="5:22:40 PM"
content="The GB pixel is down, navigate the virtual interface!"
selection={knobs.selection}
/>
</List>
)
Expand Down

0 comments on commit 5047ec4

Please sign in to comment.