Save or "bookmark" a page

In some app cases, you'll want to display a list of items that users can bookmark or "like", so they have easier access to them later in a separate screen. This can be implemented with the toggle component, together with some backend setup to implement the needed logic.

In order to implement this feature, follow the documentation below.

pageStateful component (like button)

Last updated