Skip to content

kagsa/kagsa-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAGSA HTML

KAGSA HTML is a framework that allows you to use the KAGSA language codes within HTML. It provides an easy way to add KAGSA functionality to your front-end development projects.

Quick Start

To get started with KAGSA HTML, follow these simple steps:

  1. Prepare your KAGSA HTML Server.

  2. Install kagsa.js and kagsa.css or import them directly from the GitHub file raw then set your server.

<link rel="stylesheet" href="kagsa.css">
<script src="kagsa.js"></script>
<script>set_kagsa_server('http://127.0.0.1:5000')</script>
  1. Use the kagsa tag to start writing KAGSA codes inside your HTML.
<kagsa>
   // KAGSA codes here
</kagsa>

That's it! You are now ready to use the power of KAGSA within your front-end development projects. For more information on how to use KAGSA HTML, please refer to the documentation.

Documentation

You can learn all the functions and commands of the HTML library in KAGSA.ORG or DOC.md