CustomizationProvider and custom BreakPoints #3132
-
hi there! Looking for some help here regarding twilio paste. I want to extend the default breakpoints in order to address wider screen sizes. The main reason for this is because the app I am working in doesn't have any restriction in terms of app max-width, therefore, the app can take the full width of your screen, for instance, 2500px I was playing with the CustomizationProvider and willing to make below code to work, without success: <CustomizationProvider
baseTheme="default"
customBreakpoints={[
// twilio paste default breakpoints
"25rem", "64rem", "77rem",
// new breakpoints
"1600px",
"2000px",
"3000px"
]}
>
<ReactApp />
</CustomizationProvider> Any body that could enlighten me how to implement this would be much appreciated, thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @holylander - nothing is jumping out from the code snippet. Could you provide a reproduction in a CodeSandbox so that we can help you debug? Feel free to use this Paste Starter Template. Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the answers and the help! I appreciate it very much. this ticket can be solved ;) |
Beta Was this translation helpful? Give feedback.
Hi @holylander - nothing is jumping out from the code snippet. Could you provide a reproduction in a CodeSandbox so that we can help you debug? Feel free to use this Paste Starter Template. Thanks