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)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.01
0.1.11
0.1.01

Package Sidebar

Install

npm i react-create-element

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bouzuya