axelhzf / inlinejsx.macro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-macros-example

Installation

npm install inlinejsx.macro

Usage

import Inline from 'inlinejsx.macro'

const a = <Inline>
  <div>hello</div>
</Inline>;

Result

const a = "<div>hello</div>;\n";

About


Languages

Language:JavaScript 100.0%