-
Notifications
You must be signed in to change notification settings - Fork 469
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: add Checkbox component #484
feat: add Checkbox component #484
Conversation
Co-authored-by: Rafael Toledo <[email protected]> Co-authored-by: root <root@DESKTOP-IBCJMH9> Co-authored-by: Nitesh Singh <[email protected]>
👋 Hello @mitrotasios! Can you review this PR, please? |
hey @gitstart thanks for the work! 🥳 I think we will release v3 before we will add any new components. V3 will be released in the next week probably, so I would review / merge this PR afterwards :) |
…-checkbox-component
Co-authored-by: Nitesh Singh <[email protected]> Co-authored-by: Rafael Toledo <[email protected]> Co-authored-by: root <root@DESKTOP-IBCJMH9>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Is this little guy in some beta release? |
Hi @Lary15, not yet but later this month. |
Updating Beta branch |
🎉 This PR is included in version 3.12.0-beta.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi @severinlandolt . When will it be released to main branch? |
Hey @kronos1345, is a breaking change so no earlier than v.4.0 |
FIxes #456
What: Create a Checkbox component
Why: To be possible to add a Checkbox component using the tremor lib
How: The changes was implemented following the other component as a base, was created a new folder on input-element called CheckBox with this changes. Also was created a test file and a .stories file
Tests:
Custom CheckBox example:
Testing
run:
Search for CheckBox in "InputElements" folder
Demo
Loom video with the changes using the created page component as example and with the component on storybook:
https://www.loom.com/share/136cc8da195a42ec84e1c2c6551da9c6
This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.