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

CLM-8328-content-tabs-component #228

Open
wants to merge 29 commits into
base: staging
Choose a base branch
from

Conversation

diazemiliano
Copy link

@jackantico1 @rjschill87 Here a Draft of the <ComponentTabs /> component.
Going as Draft for you to give us some feedback.

@diazemiliano diazemiliano changed the title Clm 8328 content tabs component CLM-8328-content-tabs-component Oct 12, 2023
Copy link
Contributor

@rjschill87 rjschill87 left a comment

Choose a reason for hiding this comment

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

Apologies @diazemiliano , thought I submitted the review but saw it was pending. Let me know if you have any questions or comments.

packages/content-tabs/__tests__/content-tabs.test.tsx Outdated Show resolved Hide resolved
packages/content-tabs/README.md Outdated Show resolved Hide resolved
packages/content-tabs/src/components/product/product.tsx Outdated Show resolved Hide resolved
<>
{testimonialsToRender &&
testimonialsToRender.length > 0 &&
testimonialsToRender.slice(0, 5).map(testimony => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be more of a question for @jackanticoti , but should the number of testimonials to display be configurable by the user via prop, or it is always limited to 5?

packages/content-tabs/src/content-tabs.tsx Outdated Show resolved Hide resolved
@diazemiliano diazemiliano marked this pull request as ready for review October 30, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants