WelcomeHow It WorksDemo DeploySocial LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditionsFAQ PageContactQuestion & AnswerFAQBreaking ChangesSupportChange Log
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Features
Settings
Payment
Flash Sale
Shop Transfer
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
API
Back-End Integration
Customizations
Update & Upgrade Guide
CSS styles:
[your-frontend-project] = admin [
rest/graphql
] or shop
We use tailwindcss framework with some customization which you find at :
open [your-frontend-project]/tailwind.config.js
For tailwindcss documentation:
Go to Tailwindcss
Icons:
for our icons
open [your-frontend-project]/src/components/icons
For Adding a custom Icon:
To add a custom icon please follow this procedure.
- Open your custom SVG icon file in the code editor and copy all the code.
- Then Go to src -> components -> icons folder and create a new .tsx file.
- Then here create a function component and paste your copied SVG code inside the return statement.
- Then covert all the SVG's kebab-cases properties into camelCase format except the data-name property. For ex. change the stroke-width and fill-color into strokeWidth and fillColor. (for reffernce you can see one of our icon. )
- If your custom SVG code has any single custom color then change them into fillColor.