-
Notifications
You must be signed in to change notification settings - Fork 107
FE-21: Design System: Add checkbox #7886
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e372d7b to
55e19bd
Compare
CiaranMn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good apart from one doc line, also linting needs fixing. Can reapprove when linting fixed
libs/@hashintel/ds-components/src/components/Checkbox/checkbox.stories.tsx
Outdated
Show resolved
Hide resolved
| // No matching props could be found for these Figma properties: | ||
| // "showLabel": figma.boolean('_showLabel'), | ||
| // "label": figma.string('label'), | ||
| // "showIcon": figma.boolean('_showIcon'), | ||
| // "icon": figma.instance('Icon') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be discussed with @ciaranha.
I keep it in the Code Connect file, so we see what the API looks like on Figma, and we can possibly update it there.
Your organization requires reapproval when changes are made, so Graphite has dismissed approvals. See the output of git range-diff at https://github.com/hashintel/hash/actions/runs/19021509359

🌟 What is the purpose of this PR?
Add Checkbox component
🔍 What does this change?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
🛡 What tests cover this?
❓ How to test this?