A guide to quickly integrate the Para Modal into your Vite-powered React application.
crypto
, buffer
, stream
) may need to be polyfilled in a Vite
environment. One easy option is to use the vite-plugin-node-polyfills
and configure it in your Vite project.
Create a Providers Component
Environment.BETA
(alias Environment.DEVELOPMENT
) for testing, and
Environment.PROD
(alias Environment.PRODUCTION
) for live use. Select the environment that matches your current
development phase.Wrap Your App with Providers
Add the Para Modal
BETA
Environment, you can use any email ending in @test.getpara.com
(like
dev@test.getpara.com) or US phone numbers (+1) in the format (area code)-555-xxxx
(like (425)-555-1234). Any OTP
code will work for verification with these test credentials. These credentials are for beta testing only. You can
delete test users anytime in the beta developer console to free up user slots.ParaModalProps
, refer to the customization guide:
Standalone Para Modal Setup