defmodule SurfaceBulma.Catalogue.Button.Example03 do use Surface.Catalogue.Example, subject: SurfaceBulma.Button, catalogue: SurfaceBulma.Catalogue, title: "Outlined, Rounded and Loading", height: "90px", code_perc: 65, container: {:div, class: "buttons"} def render(assigns) do ~H""" """ end end