defmodule CvGenView.Work do use Phoenix.Component import CvGenView.Date, only: [date: 1] attr(:name, :string, required: true) attr(:start_date, :any, required: true) attr(:end_date, :any, default: nil) attr(:summary, :string, required: true) attr(:highlights, :list, required: true) def work(assigns) do ~H"""
<%= @summary %>