Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stories/Range.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const { meta, getStory } = getStoryFactory({
wrappedComponent: { Range },
description: `
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/curseur-range)
- [See DSFR demos](https://main--ds-gouv.netlify.app/example/component/follow/)
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Range.tsx)`,
argTypes: {
disabled: {
Expand Down
5 changes: 2 additions & 3 deletions stories/SegmentedControl.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ const { meta, getStory } = getStoryFactory({
sectionName,
wrappedComponent: { SegmentedControl },
description: `
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/curseur-range)
- [See DSFR demos](https://main--ds-gouv.netlify.app/example/component/follow/)
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Range.tsx)`,
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/controle-segmente/)
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/SegmentedControl.tsx)`,
argTypes: {
small: {
control: { type: "boolean" }
Expand Down