sevtrio-dom

1.0.6 • Public • Published

Sevtrio UI Progressive Library

Sevtrio is easy to use out of the box. Installation is easy too.

Installation

 npm install sevtrio-dom --save 

Include sevtrio in your project

Simply add script referrence to your project

Usage

      var title = new Sevtrio("h2", {
          id: "introduction",
          class: "sevtrio-demo"
      }).render('app');
      title.innerHTML = "Hello from Sevtrio";
  

Output will be

 

Hello from Sevtrio

You can add any DOM elements to the page using sevtrio. see examples

Sevtrio is a constructor

    Sevtrio[, ]
    Sevtrio.prototype.Render() returns object referrence
    

Package Sidebar

Install

npm i sevtrio-dom

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

2.85 kB

Total Files

3

Last publish

Collaborators

  • goodwish