Custom visual editing components
Using the useVisualEdit
hook, you can create your own visual editing components, accessing React Bricks internals to get and set a prop.
For example, you may create a code editor as we did in react-bricks-ui
.
Using the useVisualEdit
hook, you can create your own visual editing components, accessing React Bricks internals to get and set a prop.
For example, you may create a code editor as we did in react-bricks-ui
.