Example dialpad using Paste #4308
-
Hi! I was wondering do we have any examples on creating a dialpad with Paste? I don't see that we have a ready-made component in Paste. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
Hey @namuller! 👋 I’m Dosu, a friendly bot here to help you with bugs, answer your questions, and guide you in becoming a contributor. I’ll assist you while you wait for a human maintainer. What can I do for you today? There aren't specific examples or ready-made components in Paste for creating a dialpad. However, you can create custom components using Paste's design system. The documentation provides guidance on creating custom components by using the base system to maintain the look and feel of Paste components. You can customize components using the For handling user input events, such as button clicks, you can use the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Hey @namuller ! We don't have an example ready, but these 2 Button variants could help you get started:
Feel free to share a Figma file or screenshot so we can help you build the dialpad to the design spec! You can also sign up for an office hours session if you're looking for live support from an engineer on our team. |
Beta Was this translation helpful? Give feedback.
@namuller this is a really cool concept. I wanted to take a look at some engineering constraints that may come up. This seems feasible with the current components available.
One thing you will want consider is the keyboard interactions. If you used our button components alone you would have to tab through options. We have another library re-export to handle grouping interactive elements.
I would recommend your engineers look into composite items. I've put a quick CodeSandbox together for them to check out. If this ends up being an office hours slot I would be interested in it.