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

feat(content-group-horizontal): create web component #4435

Conversation

ariellalgilmore
Copy link
Member

Related Ticket(s)

#3796

Description

create content-group-horizontal web component

Changelog

New

  • component, tests, and stories

Changed

  • adjusted styles to include web component styling

@ariellalgilmore ariellalgilmore added package: web components Work necessary for the IBM.com Library web components package and removed package: carbon web components labels Nov 9, 2020
@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 10, 2020

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 10, 2020

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

Great progress - Thanks @ariellalgilmore!

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

Thank you for the updates @ariellalgilmore!

@@ -37,7 +37,7 @@
}

:host(#{$dds-prefix}-content-item-horizontal) ::slotted([slot='heading']),
:host(#{$dds-prefix}-content-item-horizontal) .#{$prefix}--content-item__copy,
:host(#{$dds-prefix}-content-item-horizontal) ::slotted([slot='copy']),
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably we can keep using the default slot for copy content in this way...?

Suggested change
:host(#{$dds-prefix}-content-item-horizontal) ::slotted([slot='copy']),
:host(#{$dds-prefix}-content-item-horizontal) ::slotted(:not([slot])),

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

LGTM 👍 - Thanks @ariellalgilmore for all the updates!

@asudoh asudoh added the Ready to merge Label for the pull requests that are ready to merge label Nov 11, 2020
@kodiakhq kodiakhq bot merged commit 513382f into carbon-design-system:master Nov 12, 2020
@ariellalgilmore ariellalgilmore deleted the feat/content-group-horizontal branch November 23, 2020 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: web components Work necessary for the IBM.com Library web components package Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants