-
Notifications
You must be signed in to change notification settings - Fork 0
LiveComponent usage #1
Comments
@bcardarella based on the description, I'm envisioning the page builder with a set of pre-built components or user-built components, which can be just markup (Phoenix.Component) or stateful with behavior and events (Phoenix.LiveComponent). Phoenix.Component will be supported with BeaconCMS/beacon#84 and Phoenix.LiveComponent could be implemented in a similar way. |
@leandrocp yes, we'll be wrapping all tailwind components as LV components. Customization will happen client-side in JS land. We'll need api endpoints to default-render all components and send back to the client for drag/drop. @cibernox will be working on the pagebuilder UI in Svelte. This is very "moving target" right now as @cibernox and I brainstormed the other day, so everything I'm speaking about is in the abstract at the moment. |
Closing this issue since all items were accomplished in beacon_live_admin repo. The item "if possible we'd use reflection to determine at runtime which tailwind styles are available for a given element" is related to "auto-complete tailwind classes" which is being tracked at BeaconCMS/beacon_live_admin#111 Also deleting this project since the Visual Editor is managed in beacon_live_admin. |
We need to be able to accomplish the following:
The text was updated successfully, but these errors were encountered: