Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wasnotrice/scenic_toggle

A toggle component for Scenic
https://github.com/wasnotrice/scenic_toggle

elixir scenic

Last synced: about 1 month ago
JSON representation

A toggle component for Scenic

Awesome Lists containing this project

README

        

# ScenicToggle

A toggle component for use in Scenic interfaces

![screen recording](assets/scenic_toggle_demo.gif)

See full [documentation on hex](https://hexdocs.pm/scenic_toggle).

## Installation

Add `scenic_toggle` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:scenic_toggle, "~> 0.1.0"}
]
end
```