• Operand
  • # (b)ring mi - belles.

gram:pain

> ./priv/catalogue/pain_web/components/card_playground.ex

Lenses
(coming soon!)


defmodule PainWeb.Components.CardPlayground do
  use Surface.Catalogue.Playground,
    subject: PainWeb.Components.Card,
    height: "360px",
    body: [style: "padding: 1.5rem;"]

    @props [
      rounded: true,
      max_width: "lg"
    ]

    @slots [
      header: "The header",
      default: """
              Start building rich interactive user-interfaces, writing minimal custom Javascript.
              Built on top of Phoenix LiveView, Surface leverages the amazing Phoenix Framework
              to provide a fast and productive solution to build modern web applications.
              """,
      footer: "#surface"
    ]
end