Skip to content

feat: switch component #16

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

feat: switch component #16

wants to merge 7 commits into from

Conversation

AfonsoMartins26
Copy link

No description provided.

@AfonsoMartins26 AfonsoMartins26 self-assigned this Jul 5, 2025
@nunom27 nunom27 changed the title switch component feat: switch component Jul 5, 2025
@gxnca gxnca linked an issue Jul 5, 2025 that may be closed by this pull request
@AfonsoMartins26 AfonsoMartins26 changed the title feat: switch component switch component Jul 6, 2025
@AfonsoMartins26 AfonsoMartins26 changed the title switch component feat: switch component Jul 6, 2025
@deployum
Copy link

deployum bot commented Jul 8, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-07-11 21:32:32 CET

enricoprazeres
enricoprazeres previously approved these changes Jul 10, 2025
Copy link
Contributor

@enricoprazeres enricoprazeres left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

Copy link
Contributor

@enricoprazeres enricoprazeres left a comment

Choose a reason for hiding this comment

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

Please move the components folder to the src (out of the app folder). We had some components that were merged with this folder inside the app folder, but it shouldn't have happened. Don't forget to correct the paths.

import ToggleSwitch from '../app/components/switch_component';

const meta = {
title: 'Example/ToggleSwitch',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
title: 'Example/ToggleSwitch',
title: 'Components/ToggleSwitch',

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: switch component
2 participants