Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D design
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Primer
  • design
  • Merge requests
  • !353

Toggle Switch: fix link to progressive disclosure

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge fix-link-in-toggle-switch into main 2 years ago
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: siddharthkp

- "/ui-patterns/progressive-disclosure"
+ "/design/ui-patterns/progressive-disclosure"

awkward situation where it will break in staging but not in production. @colebemis Am I doing this right?

Compare
  • main (base)

and
  • latest version
    e3b3f81e
    1 commit, 2 years ago

1 file
+ 1
- 1

    Preferences

    File browser
    Compare changes
content/components/toggle-switch.mdx
+ 1
- 1
  • View file @ e3b3f81e

  • Edit in single-file editor

  • Open in Web IDE


@@ -142,7 +142,7 @@ import {Box} from '@primer/react'
sx={{gap: 3}}
>
<Box as="p" mt="0">
The <a href="/ui-patterns/progressive-disclosure">progressive disclosure pattern</a> may be used to hide or show
The <a href="/design/ui-patterns/progressive-disclosure">progressive disclosure pattern</a> may be used to hide or show
content based on whether a toggle switch is on. Content revealed on toggle switch activation should always come{' '}
<em>after</em> the toggle switch.
</Box>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: firstcontributions/first-contributions!2126
Source branch: fix-link-in-toggle-switch

Menu

Explore Projects Groups Snippets