-
Notifications
You must be signed in to change notification settings - Fork 271
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
Feature request: Page component #2433
Milestone
Comments
Hello @SAP/ui5-webcomponents-topic-rl we would like to have new Page like component. The initial scope, based on the stakeholder requests #2407 is described in the current issue. |
ilhan007
pushed a commit
that referenced
this issue
Jan 26, 2021
The component has the following features: - slots for header, content (should be put in the middle) and footer - property to make it scrollable or not scrollable - both the header and footer are visible while scrolling the content - floatingFooter - property to support "floating footer"- the footer should not take space, but the page should add more padding to the scrolling content, so that when scrolling to the very bottom of the content the content does not underlay the footer. - hideFooter FIXES: #2433
alexandar-mitsev
pushed a commit
to alexandar-mitsev/ui5-webcomponents
that referenced
this issue
Feb 1, 2021
The component has the following features: - slots for header, content (should be put in the middle) and footer - property to make it scrollable or not scrollable - both the header and footer are visible while scrolling the content - floatingFooter - property to support "floating footer"- the footer should not take space, but the page should add more padding to the scrolling content, so that when scrolling to the very bottom of the content the content does not underlay the footer. - hideFooter FIXES: SAP#2433
NHristov-sap
pushed a commit
to NHristov-sap/ui5-webcomponents
that referenced
this issue
Feb 9, 2021
The component has the following features: - slots for header, content (should be put in the middle) and footer - property to make it scrollable or not scrollable - both the header and footer are visible while scrolling the content - floatingFooter - property to support "floating footer"- the footer should not take space, but the page should add more padding to the scrolling content, so that when scrolling to the very bottom of the content the content does not underlay the footer. - hideFooter FIXES: SAP#2433
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We need "page" component (ui5-page) as part of the "fiori" package, that follows the UX/VD of the sap.m.Page
Describe the solution you'd like
The component should take 100% height and should have the following features:
<ui5-page style="background: red"
The text was updated successfully, but these errors were encountered: