component

Reveal

Component for revealing more content.

Under Review

Show next

Usability

When to use
  • Use this pattern to show the next N in a list where N is 10 to 25 items in a list. This is a simplistic pagination pattern.
When to use something else
  • Do not use this pattern for more rigorous pagination needs such as search results.
Implementation
  • The trigger button should be pushed down by page by the content it reveals.
  • If there are not N more items to show, where N is 10 or 25, then the trigger button does not appear as there are no more items to reveal.
  • The browser should scroll down to the first item in the list.
Show more/Show less

Usability

When to use
  • Use this pattern to allow the visibility of the content to be toggled.
Implementation
  • The browser should scroll down to the first item in the list.
Read more/close with faded text

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

More Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Usability

When to use
  • Use this pattern to show some of the content and indicate to the user that there is more content to be revealed.
Implementation