We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865886d commit e9a1d05Copy full SHA for e9a1d05
README.md
@@ -35,6 +35,22 @@ this page is for the users and all the data has to be dynamic. users can change
35

36
37
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
+
54
# Features
55
- [x] Users can change their information
56
- [x] simple ui design
0 commit comments