Package Exports
- inferno-create-element
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (inferno-create-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
inferno-create-element
Inferno package with helpers to create Inferno VNodes
Install
npm install inferno-componentUsage
const createElement = InfernoCreateElement;
InfernoDOM.render(createElement('div', { className: 'test' }, 'I'm a child!'), document.body);