1.1.1 • Published 6 years ago

y-elements v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Web Application Generator

A simple, yet efficient way of creating HTML elements.

Prerequisites

As long as you have basic knowledge of html, css (scss), and javascript, you're good to go ;)

Getting Started

  1. Install the package:
$ npm i y-elements
  1. Include it in your source file:
import { CreatePageElement } from "y-elements";
or;
const { CreatePageElement } = require("y-elements");

Example

import { CreatePageElement } from "y-elements";

let el = new CreatePageElement ({
    tag: "span"
    classList: ["container"],
    parent: document.body,
    innerHTML: "My awesome content, if any ;p"
});

Authors

  • Younss Ait Mou - Initial work - yaitmou

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago