react-code-dataset / next.js /crates /next-custom-transforms /tests /loader /front /attr-1 /input.js
| export default function Foo() { | |
| return ( | |
| <div render={(v) => <form></form>}> | |
| <style jsx> | |
| {` | |
| span { | |
| color: red; | |
| } | |
| `} | |
| </style> | |
| </div> | |
| ) | |
| } | |
| export default function Foo() { | |
| return ( | |
| <div render={(v) => <form></form>}> | |
| <style jsx> | |
| {` | |
| span { | |
| color: red; | |
| } | |
| `} | |
| </style> | |
| </div> | |
| ) | |
| } | |