An open API service indexing awesome lists of open source software.

https://github.com/probably-not/live-palette

A command palette for LiveView
https://github.com/probably-not/live-palette

elixir liveview phoenix

Last synced: 5 months ago
JSON representation

A command palette for LiveView

Awesome Lists containing this project

README

          

# 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
```