defmodule CvGenView.Skill do use Phoenix.Component attr(:skill, :map) def skill(assigns) do ~H"""

<%= @skill.name %>

""" end end