diff --git a/stories/SelectNext.stories.tsx b/stories/SelectNext.stories.tsx index 41f811d71..29dea3d28 100644 --- a/stories/SelectNext.stories.tsx +++ b/stories/SelectNext.stories.tsx @@ -7,9 +7,15 @@ import type { Equals } from "tsafe"; const { meta, getStory } = getStoryFactory>({ sectionName, "wrappedComponent": { "SelectNext": Select }, + "doHideImportInstruction": true, "description": ` -- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bandeau-d-information-importante) -- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Notice.tsx) +\`\`\`tsx + +import { Select } from "@codegouvfr/react-dsfr/SelectNext"; + +\`\`\` +- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/liste-deroulante) +- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/SelectNext.tsx) > NOTE: This component is still in beta, it may change in the future.