Skip to content

Instantly share code, notes, and snippets.

View kevinschweikert's full-sized avatar

Kevin Schweikert kevinschweikert

View GitHub Profile
@kevinschweikert
kevinschweikert / demo.exs
Created June 24, 2024 16:00
Phoenix LiveView filter toogle all problem
Mix.install([
{:phoenix_playground, git: "https://github.com/phoenix-playground/phoenix_playground"},
{:ecto, "~> 3.11"},
{:phoenix_ecto, "~> 4.6"}
])
defmodule CoreComponents do
use Phoenix.Component
attr(:id, :any)