Hello! Can someone tell me if I can edit the ui elements like in webflow, if I use react components ( like a button ) ? and if so, how?
Yes, you can edit UI elements in React similar to Webflow by customizing their styles and behavior. Just use CSS, inline styles, or libraries like styled-components, and adjust props to make them dynamic!