StephMode / recap-project-4-theme-creator

Recap project 4 of nf web dev bootcamp to apply what I've learned about React, JS, Project Management, GitHub
https://recap-project-4-theme-creator-murex.vercel.app
0 stars 0 forks source link

#18 refactor jsx and css in comps for editor functionality #26

Closed StephMode closed 1 week ago

StephMode commented 1 week ago

Briefing

The jsx and css in these components need to be refactored. I'm going to focus on cleaning up the return statements of the Comps for now and leave the logic as is. The logic will be refined at a later stage.

Example ColorForm.jsx

Image

Issues

Tasks

StephMode commented 1 week ago
  • [ ] improve styling of form and editor comps as much as needed
<label htmlFor="color-role-input">Role</label>
      <input id="color-role-input" name="role" type="text"></input>

misalignment on FE in form might be due to the <input> not being nested withinin <label>.

👍🏻 worked.

Now: