-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
- [No wrapping elements](#No wrapping elements) | ||
1. [Events](#Events) | ||
1. [Props](#Props) | ||
- [className](#className) |
There was a problem hiding this comment.
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', () => { |
There was a problem hiding this comment.
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.
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: