github.com/siongui/gopherjs-resizable-views

Resizable Views written in Go. Compiled to JavaScript via GopherJS


Keywords
frontend, go, gopherjs
Install
go get github.com/siongui/gopherjs-resizable-views

Documentation

GopherJS Resizable Views

Development Environment:

If you need resizable views written in AngularJS, see [2].

Install

Install GopherJS and this package:

$ go get -u github.com/gopherjs/gopherjs
$ go get -u github.com/siongui/gopherjs-resizable-views

Example

See example directory. Also see Demo.

UNLICENSE

Released in public domain. See UNLICENSE.

References

[1] GopherJS - A compiler from Go to JavaScript (GitHub, GopherJS Playground, godoc)
[2] [AngularJS] Resizable Views
[3] [GopherJS] Set/Get DOM CSS
[4] [Golang] GopherJS Synonyms with JavaScript
[5] [GopherJS] Register Event Handler (Event Binding)