hologram
hologram copied to clipboard
Implement shorthand component prop syntax
<MyComponent @somevar />
should be equivalent to:
<MyComponent somevar={@somevar} />