README.md
# LivePalette
[](https://hex.pm/packages/live_palette) [](https://hexdocs.pm/live_palette/)
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.
```elixir
def deps do
[
{:live_palette, "~> 0.1.1"}
]
end
```