Step-by-Step Setup
1
Add the root Wireframe Container
- React / Next.js
- Other Frameworks
2
Add Component Wireframes
Copy the wireframe template of the component you want to customize. You can find the wireframe templates in the component’s UI Customization documentation.
- React / Next.js
- Other Frameworks
3
Customize the Template
You can customize using the options like:
- Layout Customization: Replace, remove, reorder parts, and create variants
- Styling: Apply custom CSS and themes
- Template Variables: Add dynamic content to your templates
- Conditional Templates: Add conditional rendering logic
- Action Components: Add custom interactivity
- React / Next.js
- Other Frameworks
4
Add the Feature Components
- After defining templates, use the actual feature components in your app as normal.
- The wireframe components are not meant to be rendered directly in your application. They merely serve as template definitions.
- React / Next.js
- Other Frameworks

