Save bar
A Save Bar is an action bar that sticks to the bottom of the viewport as you scroll. It contains actions related to a page and allow users to scroll without loosing visibility on the different actions
Last updated
A Save Bar is an action bar that sticks to the bottom of the viewport as you scroll. It contains actions related to a page and allow users to scroll without loosing visibility on the different actions
Last updated
Save Bar is always located at the bottom of the screen and stays fixed as you scroll through the page. It appears after a user performs an action (edit a form, tick a checkbox, etc.) from the bottom and should persist until the task is submitted or canceled.
Sticky Save should be used to save or discard in-progress changes. It contains a Button Group
with a Save button as a primary action and a cancel button.
Sticky save should be used on all forms and is visible when there are unsaved changes.
To limit the user's mental load, we restrict Save Bar
actions to two Buttons
: "Save" (as a Primary Button
) and "Cancel" (as a Secondary Button
).
Sometimes, we may want to offer users a third option: "Save as draft". As this option isn't prevalent in all of our forms, we decided to introduce a specific pattern with "Save" as a Primary Split Button and "Save as draft" as a Split option.
Save Bar
behavior is automated by Roma; it will always stick to the bottom of the page and allow the user to scroll down the page.
The Save Bar has been created to be visible enough for users to notice it without disturbing them to perform their actions.
Align Save Bar buttons with page content
Respect Button content guidelines
Do not show Save Bar if no actions are required from users
Do not display more than 2 actions in the Save Bar