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
- Host: GitHub
- URL: https://github.com/probably-not/live-palette
- Owner: probably-not
- License: mit
- Created: 2024-10-01T09:15:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-09T12:27:31.000Z (9 months ago)
- Last Synced: 2025-10-19T20:23:58.035Z (8 months ago)
- Topics: elixir, liveview, phoenix
- Language: Elixir
- Homepage: https://live-palette.fly.dev/
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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
```