defmodule PineUi.Text do @moduledoc false use Phoenix.Component def typing_effect(assigns) do ~H"""

""" end def animation_blow(assigns) do ~H""" <%= @text %> """ end def animation_fade(assigns) do ~H""" <%= @text %> """ end end