Mix.install([
{:kino, "~> 0.6.2"},
{:kino_vega_lite, "~> 0.1.1"}
])
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule CanvasTestWeb.Live do | |
use CanvasTestWeb, :live_view | |
def render(assigns) do | |
~H""" | |
<div> | |
<style> | |
* { | |
padding: 0; | |
margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule AppWeb.Component.FormFromSchema do | |
use AppWeb, :live_component | |
attr :changeset, :any, required: true | |
attr :event_suffix, :string, default: "" | |
attr :schema, :any, required: true | |
attr :uploads, :any, default: nil | |
attr :visibility_rules, :any, default: %{} | |
attr :field_type_rules, :any, default: %{} |
I hereby claim:
- I am filipecabaco on github.
- I am filipecabaco (https://keybase.io/filipecabaco) on keybase.
- I have a public key whose fingerprint is D502 287D E756 6F5F 8A1F 1F11 FE58 7ECB E149 6147
To claim this, I am signing this object: