Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.11 KB

Contact email

[email protected]

What is GK ?

GK provides dozens of custom components for you that design and markup web apps. Actually, you can create your own custom HTML tag by GK.

Demo

Step1: Start webServer

Make sure you have installed the latest version of nodejs.

cd gk/
node static_server.js

Step2: open Browser

Component: Raty

<div is='raty' score='3'></div>

Component: QRCode

<div is='qrcode'>GK</div>

Component: Google Map

<div is='gmap' style='width:100%;height:200px;' zoom='12' address='Qianzhen, TW'></div>

Component: Google Font

<gfont size='256px'>GK</gfont>