Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/list examples #100

Merged
merged 20 commits into from
Nov 10, 2015
Merged

Feature/list examples #100

merged 20 commits into from
Nov 10, 2015

Conversation

kyleturco
Copy link
Contributor

No description provided.

</List>
);
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only did one example for the basic list - Semantic has a handful, would adding some variations be useful or necessary?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what you mean. It looks like they just show a mashup of various lists at the top, then dive into each specific capability. I think we're good with the basics up top if we have links/icons/etc down below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good 👍

@levithomason levithomason mentioned this pull request Oct 29, 2015
12 tasks
description='This text will always have a left margin so it sits alongside the icon'
/>
<ListItem
image={triangleIcon}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use icon props here, I won't comment on further icon/image props.

@levithomason
Copy link
Member

Since I rebased this guy and updated it, would you check it out and make sure it still looks sane. If so, it is good to merge! 🉑

<div className={classes}>
<img {...this.props} />
</div>
<img {...this.props} className={classes} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you are returning this one element, the parentheses are not necessary and you can move the image up to line 26.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, will update and merge.

@athurman
Copy link
Contributor

1 question, 1 comment, overall good to merge!! 🐙

levithomason added a commit that referenced this pull request Nov 10, 2015
@levithomason levithomason merged commit 7c7a1ee into master Nov 10, 2015
@levithomason levithomason deleted the feature/list-examples branch November 10, 2015 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants