From 207a19dd8fbabd047a3843d8eda8c5917c703add Mon Sep 17 00:00:00 2001 From: Marissa Huysentruyt Date: Mon, 25 Aug 2025 11:15:31 -0400 Subject: [PATCH] docs(storybook): add documentation to filter s2 components --- .storybook/guides/s2_migration.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.storybook/guides/s2_migration.mdx b/.storybook/guides/s2_migration.mdx index c94a30bf8ad..b8160320df2 100644 --- a/.storybook/guides/s2_migration.mdx +++ b/.storybook/guides/s2_migration.mdx @@ -13,6 +13,10 @@ import GrayMigrationGuide from "../assets/images/gray_migration-guide.png"; - Search within: Use a search field with a separate control to filter the search instead. - Split button: Use a button group to show any additional actions related to the most critical action. Reference [Spectrum documentation](https://spectrum.corp.adobe.com/page/button-group/#Use-a-button-group-to-show-additional-actions) for more information. +## Migrated components + +You can find a list of components that have been fully migrated to Spectrum 2 by filtering the components by the `migrated` tag. In the Storybook search field, click the filter button and select the `migrated` checkbox. The list of components should update to display only components that have been tagged as migrated. + ## Grays