README.md
# LivePalette
[![Hex.pm Version](https://img.shields.io/hexpm/v/live_palette.svg)](https://hex.pm/packages/live_palette) [![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](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
```