Skip to content

A reactive, directive-based library for creating User Interfaces with simple components.

Notifications You must be signed in to change notification settings

hybrid-blue/katsuJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KatsuJS

A reactive, directive-based library for creating User Interfaces with simple components.

KatsuJS is the go-to solution for front-end development using an minimal coding and vast array of built-in directives.

This library is currently in InDev/Development stage and may contain errors and missing core features that are currently being address

A wiki has been made to detail the current progress of this library. https://github.com/hybrid-blue/katsuJS/wiki

const app = new Katsu();
// Basic Component

class Hello{
  view(){
    return `
      <h1>{{message}}</h1>
    `
  }
  data(){
    return {
      message: 'Hello World'
    }
  }
}
app.render([Hello], '#root')

Basic Component example => https://codepen.io/hybrid-blue/pen/KKVozgj

Clock example => https://codepen.io/hybrid-blue/pen/WNrzxbv

TODO list => https://codepen.io/hybrid-blue/pen/ZEQgGMV

About

A reactive, directive-based library for creating User Interfaces with simple components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published