Prebuilt Onboarding Pages
You will have 5 prebuilt onboarding pages.




Onboarding Components
Usage
Onboarding basically work with these data:If you want to change the title and descriptions, follow this steps:
1
Go to the
i18n/locales/en-US.ts
file and create the onboarding
key.2
Go to the Onboarding Slide and import translation.
components/common/onboarding/onboarding-slide.tsx
3
Thats it! You don’t need to write single line of code.
data/Onboarding.ts
You can even add 20 onboarding slides. You don’t have any limitation.
Go to the
data/Onboarding.ts
file to add your own onboarding images and animations.