Sidebar
The Sidebar component majorly consists of Profile Header, Recent Chat Section and Contacts section.
#
Profile HeaderThe profile header component is completely customized with the providing icons and colorset. The default Profile Header is mentioned below and it can be completely customized.
On customizing the profile header the ChatApp is fed with the prop colorSet and iconSet with variables
Profile Header Component | Variables | Usage |
---|---|---|
Profile Header Background Color | mfRecentchatHeaderBg | For changing the background color for the Profile Header |
Profile Name color | mfProfileImgName | For changing the text color for the Profile Header |
CallLogs Icon usage | mf_CallLogs | For changing the calllog Icon |
New Chat Icon usage | mf_NewGroup | For changing the New Chat Icon |
Dot Menu Icon usage | mf_DotMenu | For changing the Dot Menu Icon |
Font Family for Profile Name | mfSemibold | For changing the font of the profile name |
#
Customized Profile Headerconst customColorset={
mfRecentchatHeaderBg:"#DCDCDC",
mfProfileImgName:"#000000",
mfSemibold:"sans-serif"
}
As the componenet is customized with above mentioned variables, the below image is the customized Profile Header.
#
Recent Chat ComponentThe Recent Chat Component is completely customized with the providing colorset. The default Recent Chat is mentioned below and it can be completely customized.
On customizing the profile header the ChatApp is fed with the prop colorSet and iconSet with variables
Recent Chat Component | Variables | Usage |
---|---|---|
Recent Chat Background Color | mfWhite | For changing the background color for the Recent Chat Component |
Recent Chat Name Color | mfSecondaryDark | For changing the text color for the Recent Chat Name |
Recent Chat Message Color | mfChatSubDetails | For changing the text color for the Recent Chat Message |
Unread Count Badge Color | mfThemeColorBright | For changing the Unread Count Badge Color |
Recent Chat Name Font | mfMedium | For changing the Recent Chat Name Font |
Recent Chat Message Font | mfRegular | For changing the font of the Recent Chat Message Font |
Recent Chat Border Common Color | mfBorderCommon | For changing the font of the Recent Chat Border Common Color |
Recent Chat list Hover Color | mfListHoverBg | For changing the font of the Recent Chat list Hover Color |
#
Customized Recent Chat ComponentcustomColorset={
mfWhite:"#DCDCDC"
mfSecondaryDark:"#272726"
mfChatSubDetails:"#808080"
mfMedium:"sans-serif"
mfRegular: "sans-serif"
}
Harini
Reiman
Rizwan
Kadhar
As the componenet is customized with above mentioned variables, the below image is the customized Recent Chat Component.
#
New Chat (or) Contacts ComponentThe Contacts Component is completely customized with the providing colorset. The default Contacts is mentioned below and it can be completely customized.
On customizing the profile header the ChatApp is fed with the prop colorSet and iconSet with variables
Recent Chat Component | Variables | Usage |
---|---|---|
New Chat Background Color | mfBgcRecentChatlistHeader | For changing the background color for the New Chat Component's Header |
New Chat Background Color | mfMenuName | For changing the background color for the New Chat Component's Headers Name Color |
New Chat Background Color | mfWhite | For changing the background color for the New Chat Component |
New Chat Name Color | mfSecondaryDark | For changing the text color for the New Chat Name |
New Chat Message Color | mfChatSubDetails | For changing the text color for the New Chat Message |
New Chat Name Font | mfMedium | For changing the New Chat Name Font |
New Chat Message Font | mfRegular | For changing the font of the New Chat Message Font |
New Chat Border Common Color | mfBorderCommon | For changing the font of the New Chat Border Common Color |
New Chat list Hover Color | mfListHoverBg | For changing the font of the New Chat list Hover Color |
#
Customized New Chat ComponentAs the componenet is customized with above mentioned variables, the below image is the customized Contacts Component.
const customColorset={
mfBgcRecentChatlistHeader:"#4B7DF6"
mfMenuName:"white"
mfWhite:"#DCDCDC"
mfSecondaryDark:"#272726"
mfChatSubDetails:"#808080"
mfMedium:"sans-serif"
mfRegular:"sans-serif"
}
Reimann
Samuel
Rizwan
Kadhar