From 99dcd4d73d2bf9fa733b10af838471e73045e17a Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 9 Apr 2024 08:39:55 -0700 Subject: [PATCH] chore: add progress steps link to pagination docs (#3852) --- .../paste-website/src/pages/components/pagination/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/paste-website/src/pages/components/pagination/index.mdx b/packages/paste-website/src/pages/components/pagination/index.mdx index 25554a4bbf..4f4a75dc10 100644 --- a/packages/paste-website/src/pages/components/pagination/index.mdx +++ b/packages/paste-website/src/pages/components/pagination/index.mdx @@ -83,7 +83,7 @@ export const getStaticProps = async () => { ### About Pagination -Use Pagination to split up content when a user’s goal is "to find a specific item [in a list] and click through to that destination page" (source: [Nielsen Norman Group](https://www.nngroup.com/articles/item-list-view-all/)). Pagination is used to communicate only where a user is in paged content. It isn’t used to show the status of each page—use a Progress Stepper ([coming soon](/roadmap)) instead. +Use Pagination to split up content when a user’s goal is "to find a specific item [in a list] and click through to that destination page" (source: [Nielsen Norman Group](https://www.nngroup.com/articles/item-list-view-all/)). Pagination is used to communicate only where a user is in paged content. It isn’t used to show the status of each page—use [Progress Steps](/components/progress-steps) instead. Pagination is often paired with [Tables](/components/table), one of the most commonly used components in Twilio and one of the primary ways customers view content in our products. Think of Pagination as an important navigation element that helps our customers understand exactly where they are and help them decide where to go next. @@ -367,7 +367,7 @@ Consider [contributing a Table Actions pattern](/introduction/contributing/patte />