Using Generated Code
You can integrate the code generated by Rapidpages to your codebase easily
Code generated by Rapidpages depends on a few libraries. These libraries are:
If you are unfamiliar with these libraries, we recommend you to first become familiar with them before using the code generated by Rapidpages.
Using the Code
The code generated by Rapidpages is a React component that can be used in any React project.
To use a component in your project, copy the code from the Code tab and paste it into a new file.
The first few lines in your generated code are other components that your newly generated component depend on. You can install the shadcn components using the installer (eg for cards):
For lucide icons, a simple npm install is enough:
For more details, you can visit the library websites.