View Source LivePalette
A command palette for LiveView. Reminiscent of the VSCode and Sublime Command Palettes, the macOS Spotlight and Alfred, and Linear's Command-K Command Bar.
Usage
Start by installing the live_palette
package from Hex.
def deps do
[
{:live_palette, "~> 0.1.1"}
]
end