defmodule SurfaceBulma.Catalogue.Button.Example03 do
@moduledoc """
"""
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
~F"""
"""
end
end