Skip to content

Commit e9a1d05

Browse files
authored
Update README.md
1 parent 865886d commit e9a1d05

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ this page is for the users and all the data has to be dynamic. users can change
3535
![Screenshot 2022-06-02 131611](https://user-images.githubusercontent.com/89915857/171592343-fc263921-41a8-4db5-adfc-1adc6e935a04.png)
3636

3737

38+
# Components Structure
39+
```
40+
├───Forms
41+
│ ├───FormInput
42+
│ ├───LoginForm
43+
│ └───RegisterForm
44+
├───Panel
45+
│ ├───SideBarLinks
46+
│ │ └───SideBarLink
47+
│ ├───UserCard
48+
│ ├───UserChangePassword
49+
│ ├───UserInformation
50+
│ └───UserProfile
51+
└───Titles
52+
```
53+
3854
# Features
3955
- [x] Users can change their information
4056
- [x] simple ui design

0 commit comments

Comments
 (0)