-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Page
component to make padding across pages consistent
#4375
Comments
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
@GokulramGHV what is the status of this Issue |
@nihal467 I'm working on it I'll make a PR soon.. |
6 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To create a component named
Page
which will have props like title etc similar to thePageTitle
component. This Page component should have PageTitle component wrapped inside followed with the children.The
Page
component will also set a uniform padding and alignment from screen top and left.This would prevent inconsistent padding between pages.
The text was updated successfully, but these errors were encountered: