purnima143 / Pluto-UI

Pluto UI is a comprehensive React UI component library designed for ecommerce websites. It provides a wide range of reusable and customizable UI elements to enhance the user experience of your online store.
MIT License
27 stars 52 forks source link

Bug: Form Component on story book #67

Open sandygudie opened 1 year ago

sandygudie commented 1 year ago

There is a bug in the form component of the story book image

To reproduce

sandygudie commented 1 year ago

@Lovelyfin00 The form component should be separated into various component not lumped into one. Do let me know if i should work on it when you verify the bug

Lovelyfin00 commented 1 year ago

@Lovelyfin00 The form component should be separated into various component not lumped into one. Do let me know if i should work on it when you verify the bug

Various components how? How do you think this should be implemented? I have confirmed the issue exists

sandygudie commented 1 year ago

@Lovelyfin00 The form component should be separated into various component not lumped into one. Do let me know if i should work on it when you verify the bug

Various components how? How do you think this should be implemented? I have confirmed the issue exists

The items on the form includes: check box, input fields, radio button , slider etc . Those items are component that should be in different files just like the button component.

sandygudie commented 1 year ago

hello @Lovelyfin00 still waiting on feedback from this

Lovelyfin00 commented 1 year ago

Sure Sounds great @sandygudie You can work on it Please checkout other frontend issues and follow the rules I put there Thanks