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

Message component #62

Merged
merged 9 commits into from
Oct 19, 2015
Merged

Message component #62

merged 9 commits into from
Oct 19, 2015

Conversation

levithomason
Copy link
Member

Add a Message component, tests, and few doc site examples. The remaining examples will be written in a separate PR.

The Component Guidelines were updated to include the precedence this PR sets for implementing basi Semantic UI jQuery plugins in Stardust components.

Here are a couple example usages:

image

- [No wrapping elements](#No wrapping elements)
1. [Events](#Events)
1. [Props](#Props)
- [className](#className)
Copy link
Member Author

Choose a reason for hiding this comment

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

Added a TOC to the guidelines.

const Simulate = React.addons.TestUtils.Simulate;
import {Message} from 'stardust';

describe('Message', () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

It is worth reading through these test cases and assertions to get an idea of what this component is doing and how it works.

levithomason added a commit that referenced this pull request Oct 19, 2015
@levithomason levithomason merged commit bbb3e5f into master Oct 19, 2015
@levithomason levithomason deleted the feature/message-component branch October 19, 2015 21:47
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.

1 participant