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

ListGroup component #211

Merged
merged 7 commits into from
Jan 19, 2023
Merged

ListGroup component #211

merged 7 commits into from
Jan 19, 2023

Conversation

krzysztofzuraw
Copy link
Member

@krzysztofzuraw krzysztofzuraw commented Jan 18, 2023

I've added a new component ListGroup - based on Radix UI Accordion
CleanShot 2023-01-18 at 10 21 43@2x

@vercel
Copy link

vercel bot commented Jan 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
macaw-ui ❌ Failed (Inspect) Jan 18, 2023 at 1:21PM (UTC)

@krzysztofzuraw krzysztofzuraw changed the base branch from main to canary January 18, 2023 09:22
@krzysztofzuraw krzysztofzuraw marked this pull request as ready for review January 18, 2023 09:58
Copy link
Member

@poulch poulch left a comment

Choose a reason for hiding this comment

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

LGTM.

src/components/Icons/SVGWrapper/SVGWrapper.css.ts Outdated Show resolved Hide resolved
children: ReactNode;
};

export const Trigger = ({ children, ...rest }: ItemGroupTriggerProps) => (
Copy link
Member

Choose a reason for hiding this comment

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

question: shouldn;t trigger has default values for paddingX={4} paddingY={4} borderRadius={3} justifyContent="space-between" ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Defaults will be applied when those components are used e.g in Dashboard.

@krzysztofzuraw krzysztofzuraw mentioned this pull request Jan 31, 2023
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.

3 participants