Edit Your Custom Code with the Custom Component Builder

Jet Admin’s Custom Component Builder gives you full control over your component’s design, behavior, and interactions — all inside your app.

How to Edit Your Custom Component

  1. Turn on Dev Mode Click the Dev button inside your component to enable Developer Mode. This unlocks full access to:

    • Layout (JSX)

    • Styles (CSS)

    • Logic (JavaScript)

  2. Review and Edit the Structure Manually adjust how your component is built:

    • Move elements

    • Update styles

    • Write new functions or events

  3. Use AI Assistance to Improve Your Component After manual edits:

    • Ask AI to optimize layouts

    • Auto-generate actions

    • Improve logic or add features

  4. Save and Preview Changes Instantly see your updates inside the app after saving.

📋 Best Practices

Keep Code Structured: Use clear names and modular design for easier updates.

Test After Edits: Preview frequently to ensure smooth behavior.

Last updated

Was this helpful?