Keerat666 / Lumix

An open source crowd developed React UI Library
https://lumix.onrender.com
Apache License 2.0
8 stars 17 forks source link

Create a Basic Form Input Component #19

Open Keerat666 opened 1 year ago

Keerat666 commented 1 year ago

Develop a simple form input component that can be easily integrated into Lumix.

devham236 commented 1 year ago

hey @Keerat666, i would love to work on this issue

Keerat666 commented 1 year ago

hey @Keerat666, i would love to work on this issue

Sure! Please go ahead.

devham236 commented 1 year ago

thanks a lot @Keerat666 , where exactly should i place the component?

Keerat666 commented 1 year ago

thanks a lot @Keerat666 , where exactly should i place the component?

ui/lumix/src/components - should be a good place

Feel free to make a folder inside the components folder and add the jsx and css file there. Let me know if you need any other info!

devham236 commented 1 year ago

thanks a lot @Keerat666 , where exactly should i place the component?

ui/lumix/src/components - should be a good place

Feel free to make a folder inside the components folder and add the jsx and css file there. Let me know if you need any other info!

I would like to create a Login/Signup form component using React, Tailwind CSS and FramerMotion, would that be ok @Keerat666 ?

Keerat666 commented 1 year ago

Yes sure!

Go ahead.