-
Notifications
You must be signed in to change notification settings - Fork 108
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(common):[components] add WToggleSwitchRounded #299
Conversation
The previous pr kind of got messy so created a new one @meganindya |
seems like your local git config email isn't synchronised with your github account run in terminal git config --global user.name "<YOUR NAME>"
git config --global user.email <YOUR EMAIL> |
done...... also i had one question, can we create issues for adding new react components ? |
We're discussing the expected UI. Currently, I made a quick draft UI just to get started. No point in creating components that may not be utilised. |
okay...will start working on wcheckbox and wIconbutton now... |
@meganindya what should the callbackfunction on buttonclick be set to? set it to some undefined function or link to the same element? |
not sure I understand |
I mean the handleclicker of WIconbutton |
|
Part of #272
fixes #295