upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

Create a Accordion, AccordionDetails, AccordionSummary component similar to MUI component using class based css. #16

Open bhujoshi opened 1 year ago

RavenColEvol commented 1 year ago

@bhujoshi can I take up this task?

bhujoshi commented 1 year ago

Sure @RavenColEvol let me know if any help is needed from me.

RavenColEvol commented 1 year ago

@bhujoshi Since we are already using MUI Components what exact output we are expecting? It would be a great help if you could give me a direction by providing output required.

bhujoshi commented 1 year ago

@RavenColEvol The idea is to remove peer dependency on MUI so that more people are able to use react-todo. And another thing is we will be able to give the power to customize CSS. Simply we want to remove MUI dependency and want to achieve almost similar UI and functionality.

RavenColEvol commented 1 year ago

Cool @bhujoshi understood the task!