Skip to content

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