p-foundation / pink-app

The repository is created for learning adaptive web design and team collaboration through git and GitHub
https://p-foundation.github.io/pink-app/
0 stars 0 forks source link

feat: adds Text Input UI component #41

Closed Woolfs1423 closed 6 months ago

Woolfs1423 commented 6 months ago

Description

Inputs are used on the form page. Elements are created to get the last name, first name and middle name of the user.

Task Link

Link to the Figma design

Usage

When you add a new text-input you need to change the placeholder and id for the inputs. Also change the label. The for in the label and the id in the input must be the same, they are connected.

Checklist

Before submitting this pull request, please ensure the following:

naumch1k commented 6 months ago

@MarPostovik @Woolfs1423 Before I proceed with code review, would you please rebase as described here and utilize the newly created --common-transition variable for your component

Woolfs1423 commented 6 months ago

@naumch1k Hi! I pulled down the new commits from main and replaced the transition in my component with a variable

MarPostovik commented 6 months ago

Hi @naumch1k . I made changes and resolved conflicts.