-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat(content-group-horizontal): create web component #4435
Conversation
Deploy preview created for package Built with commit: bf39f3e657ed49955cbf57ef299f3fb122ee0958 |
Deploy preview created for package Built with commit: bf39f3e657ed49955cbf57ef299f3fb122ee0958 |
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.
Great progress - Thanks @ariellalgilmore!
packages/web-components/examples/codesandbox/components/content-group-horizontal/index.html
Outdated
Show resolved
Hide resolved
packages/web-components/examples/codesandbox/components/content-group-horizontal/index.html
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/content-group-horizontal/__stories__/README.stories.mdx
Outdated
Show resolved
Hide resolved
...ents/src/components/content-group-horizontal/__stories__/content-group-horizontal.stories.ts
Outdated
Show resolved
Hide resolved
...omponents/src/components/content-group-horizontal/__tests__/content-group-horizontal.test.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/content-group-horizontal/__stories__/README.stories.mdx
Outdated
Show resolved
Hide resolved
...ents/src/components/content-group-horizontal/__stories__/content-group-horizontal.stories.ts
Outdated
Show resolved
Hide resolved
...omponents/src/components/content-group-horizontal/__tests__/content-group-horizontal.test.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/content-group-horizontal/__stories__/README.stories.mdx
Show resolved
Hide resolved
…t-group-horizontal/index.html Co-authored-by: Akira Sudoh <[email protected]>
…l/__stories__/README.stories.mdx Co-authored-by: Akira Sudoh <[email protected]>
…l/__stories__/content-group-horizontal.stories.ts Co-authored-by: Akira Sudoh <[email protected]>
…l/__tests__/content-group-horizontal.test.ts Co-authored-by: Akira Sudoh <[email protected]>
…l/__stories__/README.stories.mdx Co-authored-by: Akira Sudoh <[email protected]>
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.
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']), |
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.
Probably we can keep using the default slot for copy content in this way...?
:host(#{$dds-prefix}-content-item-horizontal) ::slotted([slot='copy']), | |
:host(#{$dds-prefix}-content-item-horizontal) ::slotted(:not([slot])), |
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.
LGTM 👍 - Thanks @ariellalgilmore for all the updates!
Related Ticket(s)
#3796
Description
create content-group-horizontal web component
Changelog
New
Changed