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

863 feat accordion group #864

Merged
merged 15 commits into from
Oct 26, 2023
Merged

Conversation

deeved-hiuston-brisa
Copy link
Contributor

@deeved-hiuston-brisa deeved-hiuston-brisa commented Oct 9, 2023

Issue Number

feat #863

Description

Accordion group is a container that wraps multiple accordions and applies specific styles

Screenshots

image

View Storybook

https://62eab350a45bdb0a5818520e-tyaqlhoeyu.chromatic.com/?path=/story/ion-data-display-accordion--accordion

@deeved-hiuston-brisa deeved-hiuston-brisa self-assigned this Oct 9, 2023
@deeved-hiuston-brisa deeved-hiuston-brisa linked an issue Oct 9, 2023 that may be closed by this pull request
@iurynogueira
Copy link
Member

Missing divider here

image

Copy link
Member

@iurynogueira iurynogueira left a comment

Choose a reason for hiding this comment

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

Nice work

image

Comment on lines 86 to 92
try {
await sut();
} catch (error) {
expect(error.message).toBe(
'The name or templateHeader properties were not set correctly'
);
}
Copy link
Member

Choose a reason for hiding this comment

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

good case 👏

projects/ion/src/lib/accordion/accordion.component.ts Outdated Show resolved Hide resolved
deeved-hiuston-brisa and others added 2 commits October 16, 2023 09:22
…omponent.html


refator: removing code duplication

Co-authored-by: Iury Nogueira <[email protected]>
refactor: improving code

Co-authored-by: Iury Nogueira <[email protected]>
@alysson-mascarenhas-brisa alysson-mascarenhas-brisa deleted the 863-feat-accordion-group branch October 26, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: accordion-group
3 participants