Skip to content

feat: page layer rewrite #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: page layer rewrite #12

wants to merge 3 commits into from

Conversation

olliethedev
Copy link
Owner

@olliethedev olliethedev commented Apr 29, 2025

  • Removed _page_ layer type in favor of using any component type (like div, main, or custom components) as the root page layer. This enables use cases like building react-email templates.
  • The componentRegistry is now passed as a prop to the UIBuilder component instead of being defined in a standalone file.
  • Removed the script used to generate component schema definitions.
  • Override panels of the UIBuilder component to allow customization.
  • Moved core TS types to separate file to avoid confusion when using the component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant