A user-friendly guide to integrate the React-based Para Modal into your SvelteKit application.
@getpara/web-sdk
directly.Reach out to use for help with custom UI integration.svelte-preprocess-react
:
vite.config.ts
:
export const ssr = false;
in your page’s .ts
or .js
files for SvelteKit to skip SSR.client/para.ts
):
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.+page.svelte
in src/routes/
. You would use the Para Modal with the preprocessed React
component:
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.<ParaModal>
component. For example, customizing
theming:
ParaModalProps
, refer to the customization guide: