-
Notifications
You must be signed in to change notification settings - Fork 1
Sheath Architecture
WindBeneathYourWings edited this page Apr 11, 2022
·
6 revisions
Use the inspector to override classes, styles, inputs, outputs, and events on dom elements. These modifications are saved and restored upon visiting the page again. They are stored separate from the panel page.
override props
- style
- class
- data-input-*
- data-output-*
- on[Event] maybe...
Styles added in inspector to elements.
- dynamic references including data inputs, and props. @todo
Classes added and removed in insepector.
- dynamic references including data inputs, and props on component. @todo
- integrate with tail wind somehow to build styles for classes part of lib
- this could go for any framework really that is class based.
Add data inputs to components.
- access to bridge
Add data output handler bindings.
- access to bridge
Add click handler directly to element and call bridge. Seems usful.