0.1.7 • Published 1 year ago

bad-jsx-in-js-component v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Bad JSX in JS component

This is an example component to debug module loaders that don't support JSX in JS files.

To use

yarn add bad-jsx-in-js-component
# OR npm install bad-jsx-in-js-component
// App.jsx (or .tsx)
import JSXinJS from 'bad-jsx-in-js-component';

export default function App() {
  // Your component here
  return <JSXinJS />;
}
0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago