You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle component was built to work well in editing mode with slotting and nesting other stuff inside it. U basically passed in props and used an event listener to get the new value of the json back.
New Requirements:
With SDK2 the event dispatching should be on the bundle layer, but more grannular typed. (Variant changed, Message Changed, Bundle) This should make it easier to decouple the wireing of the components.
The components' usage should enable the slotting of custom buttons and texts wherever an app developer wants them.
All components should have their own story file and short docs to show how they should be used.
(Updates will be tracked in this issue)
The text was updated successfully, but these errors were encountered:
The bundle component was built to work well in editing mode with slotting and nesting other stuff inside it. U basically passed in props and used an event listener to get the new value of the json back.
New Requirements:
(Updates will be tracked in this issue)
The text was updated successfully, but these errors were encountered: