defmodule OutlookWeb.PublicComponents do
@moduledoc """
Provides components for showing and listing artikel and autoren.
"""
use Phoenix.Component
import Phoenix.HTML
alias Phoenix.LiveView.JS
attr :autor, :any, required: true
def autor(assigns) do
~H"""