-
-
Notifications
You must be signed in to change notification settings - Fork 43
ISSUE #123 adds aside component to main components #223
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
Conversation
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.
Only some typos and we're good to merge!
docs/components/aside.md
Outdated
This component can take 2 optional configuration params and optional content. | ||
|
||
#### # id (optional) | ||
Expects a string with all ids the p should have. |
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.
Typo, this isn't the <p>
tag
docs/components/aside.md
Outdated
Expects a string with all ids the p should have. | ||
|
||
#### # class (optional) | ||
Expects a string with all classes the p should have. |
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.
Typo, this isn't the <p>
tag
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.
Looks good to me!
Issue #123: Aside Component
Changes
Notes