-
Notifications
You must be signed in to change notification settings - Fork 2
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/#12 checkbox #23
Conversation
9d16b5b
to
ebc92db
Compare
darkMode: 'class', | ||
plugins: [] | ||
} |
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.
❓ did not mean to change where darkMode was. Will address later.
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 but I wonder if we can make the icon generation part of the build process rather than commit the output of the command ourselves? Might be better to leave that as a future improvement though. One small change required then I can approve it.
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.
Just had a thought, the demo for this component should probably also show a fully working example with state to allow checking/unchecking the checkbox, rather than just controlling the value through props.
Fixes #12
adds in Checkbox
Here are the pictures
Please feel free to consult the Figma board here to compare.