Packages

Improve the UI quality of your product by capturing visual states of LiveView components.

Current section

Files

Jump to
live_capture lib live_capture live_capture_demo.ex
Raw

lib/live_capture/live_capture_demo.ex

defmodule LiveCapture.LiveCaptureDemo do
use LiveCapture.Component
breakpoints s: "480px", m: "768px", l: "1279px", xl: "1600px"
end