1.5.1 • Published 12 months ago

h12 v1.5.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

H12

H12 is a lightweight javascript front-end library inspired from ReactJS, that allow using components which can use used around multiple places.

Installation

Use the npm install command to install H12

npm install h12

Then create empty project using the below command

npx h12 --create

Syntax

import H12 from "./../library/h12.js";

@Component
class App extends H12.Component {
    constructor() {
        super();
    }
    init() {
        
    }
    render() {

        return <>
            <div>
                <label>Hello World</label>
            </div>
        </>;

    }
}

H12.Component.Render(<App args />, ".app");

Documentation

Will be updated soon...

1.5.1

12 months ago

1.5.0

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago