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

feat: Switch component #761

Merged
merged 10 commits into from
Oct 18, 2023
Merged

Conversation

AlexRousseau92
Copy link

@AlexRousseau92 AlexRousseau92 commented Oct 17, 2023

Description

Add new component : Switch

Related issue(s)

#682

What kind of change does this PR introduce? (check at least one)

  • Bug fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

How has This been tested?

Screenshots (if appropriate):

Capture d’écran 2023-10-17 à 21 15 29

The PR fulfills these requirements:

  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the related issue section above
  • My change requires a change to the documentation. (Managed by Tremor Team)
  • I have added tests to cover my changes
  • Check the "Allow edits from maintainers" option while creating your PR.
  • Add refs #XXX or fixes #XXX to the related issue section if your PR refers to or fixes an issue.
  • By contributing to Tremor, you confirm that you have read and agreed to Tremor's CONTRIBUTING.md guideline.

@vercel
Copy link

vercel bot commented Oct 17, 2023

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

Name Status Preview Comments Updated (UTC)
tremor-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 3:49pm

@mbauchet mbauchet changed the title feat : Switch component feat: Switch component Oct 17, 2023
@severinlandolt severinlandolt linked an issue Oct 18, 2023 that may be closed by this pull request
@severinlandolt severinlandolt added the PR: In Review This PR is in the process of being reviewed by the team label Oct 18, 2023
@severinlandolt severinlandolt changed the base branch from main to beta October 18, 2023 10:29
@severinlandolt severinlandolt added the PR: Documentation Needed This PR warrants a documentation update label Oct 18, 2023
@severinlandolt severinlandolt merged commit 5a96e27 into tremorlabs:beta Oct 18, 2023
5 checks passed
@github-actions
Copy link

🎉 This PR is included in version 3.10.0-beta.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

severinlandolt added a commit that referenced this pull request Oct 23, 2023
* fix ring color for date(range)picker
* add onValueChange prop to textinput (#736)
* feat: chore/updaterecharts (#762)
* fix: select search on MultiSelect (#753)
* feat: Switch component  (#761)

---------

Co-authored-by: Alexandre Rousseau <alexandre.rousseau@insystem.fr>
Co-authored-by: mbauchet <maximebauchet26@gmail.com>
Co-authored-by: jzfrank <77217626+jzfrank@users.noreply.github.com>
Co-authored-by: Laura Carvajal <laura@kleeen.software>
Co-authored-by: Severin Landolt <sev.landolt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Documentation Needed This PR warrants a documentation update PR: In Review This PR is in the process of being reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: <Switch/>
3 participants