1.0.2 • Published 9 years ago

@skyrpex/body v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Body

A small library providing an utility method to wait for the body element.

Installation

npm install @skyrpex/body --save

Usage

import body from "@skyrpex/body";
body(body => body.addClass("super-body"));
import body from "@skyrpex/body";
body.append($("<button/>").html("Test"));
// Sugar for: body(body => body.append($("<button/>").html("Test"));
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago