Skip to content

fp-dom/fd-velem

Repository files navigation

fd-velem

Build Status npm version

Create virtual dom elements FP-style!

Installation

npm install fd-velem --save

Usage

import velem from 'fd-velem';

var div = velem('div')({})(['Hello World']);

API

velem :: (tagName, content)

  • tagName -> string: type of element to be created.

  • content -> string: Contents of the newly created element.

About

Create virtual dom elements FP-style!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published