Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wasnotrice/scenic_toggle
- Owner: wasnotrice
- License: apache-2.0
- Created: 2018-09-18T20:08:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T04:25:25.000Z (about 6 years ago)
- Last Synced: 2024-09-18T00:43:21.452Z (about 2 months ago)
- Topics: elixir, scenic
- Language: Elixir
- Size: 347 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```