Open NandoMB opened 1 year ago
There are a reason to send an array as the custom style? Why not parse a string splitting by "space character"? Just a curious question...
Actual:
classes={["flex:1", "bg:purple-100", "justify:center", "items:center"]}
Propose:
classes="flex:1 bg:purple-100 justify:center items:center"
hi, if you're looking styles library that's the syntax similar to TailwindCSS. You can check https://osmicsx.dev/
There are a reason to send an array as the custom style? Why not parse a string splitting by "space character"? Just a curious question...
Actual:
Propose: