skill javascripts (sgjs)

Skills Grill Javascript

SGJS is very small library javascript..
It offerts:

  • 1. Function
  • 2. core api

Installation

https://github.com/manzowa/manzowa-sgjs-scripts.git

Simple example


Look how to use this module.

  • 1.First of all, you must declare in your HTML page the block like that:
    <div id="app-sgjs">div>
  • 2. Second, you can put your code in javascript. Look at the code

import {sgjs} from "./sgjs";

sgjs().option({selected: 'app', frame: "cercle" , ladder: 10, Function: 'progress'})
  .add({
      titre:'Langage & Framework',
      frames: [
        { name: 'html/css', level: 5 },
        { name: 'angular', level: 9 },
        { name: 'javascript', level: 5 },
      ]
   ]).animate();

Resultats example


Function option

return object

sgjs().option()
Function add

return object

sgjs().add();
Function animate

return void

sgjs().animate();