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

Checkbox component created with CSS #32

Merged
merged 3 commits into from
Oct 25, 2022
Merged

Conversation

Avinier
Copy link
Contributor

@Avinier Avinier commented Oct 7, 2022

This change resolves #13 by removing the MUI dependency.
NOTE:

  • have added the package because typescript cannot identify the files other than .tsx and .ts, and installing a module bundler like webpack was cumbersome.

  • hover property doesn't work fully as expected, because there seems to be an issue in pseudo selector feature of csstype package. So implemented with onMouseEnter and onMouseLeave.

Other than that, everything is working just like before, thank you.

@bhujoshi bhujoshi merged commit 6bd17ea into upnotes-io:master Oct 25, 2022
@bhujoshi
Copy link
Contributor

@Avinier Thanks. Merging it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Checkbox component similar to MUI checkbox component using class bases css.
2 participants