diff --git a/.changeset/brown-pigs-tie.md b/.changeset/brown-pigs-tie.md new file mode 100644 index 0000000000..3612a22dc0 --- /dev/null +++ b/.changeset/brown-pigs-tie.md @@ -0,0 +1,5 @@ +--- +'@toptal/picasso-forms': minor +--- + +- mention `useFieldsLayoutContext` hook in forms documentation diff --git a/packages/picasso-forms/src/Form/story/index.jsx b/packages/picasso-forms/src/Form/story/index.jsx index 312e7c29ca..04bb0e170e 100644 --- a/packages/picasso-forms/src/Form/story/index.jsx +++ b/packages/picasso-forms/src/Form/story/index.jsx @@ -163,7 +163,7 @@ types supported by picasso-forms. { title: 'Horizontal', description: - 'Horizontal form with responsive design. Use `useFieldsLayoutContext()` hook to get access to the current layout depending on the screen size.', + 'Horizontal form with responsive design. Use "useFieldsLayoutContext()" hook from "@toptal/picasso" to get access to the current layout depending on the screen size.', screenshotBreakpoints: true, }, 'picasso-form'