File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ import type { Equals } from "tsafe";
77const { meta, getStory } = getStoryFactory < SelectProps < SelectProps . Option [ ] > > ( {
88 sectionName,
99 "wrappedComponent" : { "SelectNext" : Select } ,
10+ "doHideImportInstruction" : true ,
1011 "description" : `
11- - [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bandeau-d-information-importante)
12- - [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Notice.tsx)
12+ \`\`\`tsx
13+
14+ import { Select } from "@codegouvfr/react-dsfr/SelectNext";
15+
16+ \`\`\`
17+ - [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/liste-deroulante)
18+ - [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/SelectNext.tsx)
1319
1420> NOTE: This component is still in beta, it may change in the future.
1521
You can’t perform that action at this time.
0 commit comments