Toggle and stepper/Progress bar #2463
-
Hi everyone! PS 1: The toggle is available in the Figma library but not in Paste. Is this ok? DialogFlow CX one-click Figma Link Some images: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ConsuelodeIruarrizaga, thanks for asking about this! The Toggle component and the Stepper component are both high up on our roadmap, and design work is just about finalized, but we are unable to commit to a release date for the coded components at this time due to our current focus on resiliency. You can keep an eye on our roadmap to stay up to date on what's coming in future releases (though, do note that any release marked "candidate" is not finalized). We'll be sure to announce the release of these components far and wide so you're in the loop once they're available! In the meantime, your engineering team would need to build these custom using Paste primitives, and then plan to swap to the components once they're available. Alternatively, if you want to avoid design/tech debt, you could also consider exploring alternatives to the Toggle and Stepper that already exist in Paste. For example, the Toggle could potentially be replaced by a Radio Group, like so: Stepper is a tougher one to replace, but for a shorter flow like this, you might be able to get away with not having a stepper and instead communicate the number of steps in the headings alone, like so: Ultimately totally up to you, but wanted to toss some ideas out there for you since we don't have release dates for Toggle or Stepper yet. Let me know if you have any questions on this! |
Beta Was this translation helpful? Give feedback.
Hey @ConsuelodeIruarrizaga, thanks for asking about this! The Toggle component and the Stepper component are both high up on our roadmap, and design work is just about finalized, but we are unable to commit to a release date for the coded components at this time due to our current focus on resiliency. You can keep an eye on our roadmap to stay up to date on what's coming in future releases (though, do note that any release marked "candidate" is not finalized). We'll be sure to announce the release of these components far and wide so you're in the loop once they're available!
In the meantime, your engineering team would need to build these custom using Paste primitives, and then plan to sw…