2018-06-15 10:13:20 -04:00

20 lines
456 B
Markdown

# @babel/plugin-transform-react-inline-elements
> Turn JSX elements into exploded React objects
See our website [@babel/plugin-transform-react-inline-elements](https://babeljs.io/docs/en/next/babel-plugin-transform-react-inline-elements.html) for more information.
## Install
Using npm:
```sh
npm install --save @babel/plugin-transform-react-inline-elements
```
or using yarn:
```sh
yarn add --save @babel/plugin-transform-react-inline-elements
```