defmodule LivebookWeb.SessionLive.InsertButtonsComponent do
use LivebookWeb, :live_component
def render(assigns) do
~H"""
<%= if @smart_cell_definitions != [] do %>
<.menu id={"#{@id}-smart-cell-menu"}>
<:toggle>
<:content>
<%= for smart_cell_definition <- Enum.sort_by(@smart_cell_definitions, & &1.name) do %>
<% end %>
<% end %>