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

Add carousel widget #762

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Add carousel widget #762

merged 2 commits into from
Dec 13, 2024

Conversation

ecarreras
Copy link
Member

@ecarreras ecarreras commented Dec 11, 2024

This pull request introduces a new Carousel widget to the codebase. The changes include importing the Carousel component, exporting it for use, and integrating it into the widget factory.

Peek.2024-12-11.11-47.mp4

Key changes:

Import and Export Updates:

New Component:

  • src/widgets/custom/Carousel.tsx: Implemented the Carousel component using AntCarousel from the antd library, with custom styling and support for responsive behavior.

Related

@ecarreras ecarreras self-assigned this Dec 11, 2024
);
};

const CustomCarousel = styled(AntCarousel)`
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ecarreras et va molar el truco de l'styled components eh? :P

Copy link
Member Author

Choose a reason for hiding this comment

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

Sí si! Gràcies això he pogut tunejar els colors pq no estava pensant per fons clars

@mguellsegarra mguellsegarra merged commit 14fb225 into v2 Dec 13, 2024
1 check passed
@mguellsegarra mguellsegarra deleted the carousel branch December 13, 2024 08:22
github-actions bot pushed a commit that referenced this pull request Dec 13, 2024
# [2.49.0](v2.48.0...v2.49.0) (2024-12-13)

### Features

* **carousel:** add carousel widget ([#762](#762)) ([14fb225](14fb225))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants