thekavikumar / love-simple-ui

An open-source, light-weighted, tailwindcss supported UI library for developers to make their life easier :)
https://love-simple-ui.vercel.app
MIT License
55 stars 100 forks source link

Adding Accordion component #49

Open Sameep002 opened 1 year ago

Sameep002 commented 1 year ago

i want to contribute with accordion component in your project

thekavikumar commented 12 months ago

Why did you close?

Sameep002 commented 12 months ago

i can create accordion component in reactjs which takes title and content as parameter, but i dont know how to make it in typescript format.

thekavikumar commented 12 months ago

@Sameep002 it is very similar to how you create components in react, just you have to define types for it. Learn typescript it will be easy if you know react

Sameep002 commented 12 months ago

@thekavikumar alright then assign it to me, will work on it 👍