bulma.io for GopherJS.
Go to file
Stanislav Nikitin 7d42229098
Remove license headers from files as they're useless.
There is a LICENSE file in the root of repository.
2022-01-07 10:46:51 +05:00
common Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
elements Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
examples/helloworld Added basic navbar. 2020-05-17 21:57:45 +05:00
metas Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
widgets Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
.gitignore Initial commit with some working code and basic example. 2020-03-21 13:04:54 +05:00
.golangci.yml Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
LICENSE Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
README.md Added table (and related things). 2020-03-23 11:10:49 +05:00
bulpherjs.go Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
go.mod Moving towards Application thing and reactivity. 2020-05-17 19:37:58 +05:00
go.sum Moving towards Application thing and reactivity. 2020-05-17 19:37:58 +05:00
options.go Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00

README.md

BulpherJS

bulma for GopherJS.

Installation

BulpherJS made primarily for applications that is using Go modules. So installation would be as simple as:

go get -u go.dev.pztrn.name/bulpherjs

Usage

TBW