Marky
Marky
well, the page didn't say where to import them, and my IDE (VSCode) kinda broken so it didn't find where to get these parsers. i found them at the bottom...
sorry, been looking at the code, but i can't fine a way to add props in my UI like for example i want to make the checkbox size to "lg"...
Thanks, what about the changing of positions? this is initially the mockup sent to me, how do i positions these buttons?
> ```tsx > const VE = (props: ValueEditorProps) => { > if (props.type === 'select') { > return ; > } > return ; > }; > ``` didn't work,...