Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

inferno-create-element

Package Overview
Dependencies
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferno-create-element

Provides methods to create Inferno VNodes

latest
Source
npmnpm
Version
9.1.0
Version published
Weekly downloads
141K
-19.53%
Maintainers
5
Weekly downloads
 
Created
Source

inferno-create-element

Inferno package with helpers to create Inferno elements

Install

npm install inferno-create-element

Usage

import { createElement } from 'inferno-create-element';
import { render } from 'inferno';

render(
  createElement('div', { className: 'test' }, "I'm a child!"),
  document.getElementById('app'),
);

Keywords

babel

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts