react-create-element
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-create-element

React.createElement

Usage

import { createElement } from 'react-create-element';
import { Component } from './components/your-component';

// React.createElement(Component);
createElement(React, Component);

// React.createElement(Component, { props: 123 });
createElement(React, Component, { props: 123 });

License

MIT

Author

bouzuya <m@bouzuya.net> (http://bouzuya.net)

Readme

Keywords

none

Package Sidebar

Install

npm i react-create-element

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bouzuya