0.1.0 • Published 5 years ago

bs-callbag-events v0.1.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
5 years ago

bs-callbag-events

Latest release License

Callbag event streams for declaredom

Install

npm i --save @ristostevcev/bs-callbag-events

Usage

This library provides callbag event streams from declaredom elements for a declarative approach to event-driven code:

open Html
open CallbagEvents
open CallbagForEach

let my_button = button [|text "Click me"|]

let _ =
  click my_button
  |> for_each (fun e -> Js.log e)

Example

See example.html

License

See LICENSE