jerel / scenic_ui

A collection of UI components for the Scenic client application framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScenicUI

ScenicUI is a collection of frequently used UI components.

Installation

If available in Hex, the package can be installed by adding scenic_ui to your list of dependencies in mix.exs:

def deps do
  [
    {:scenic_ui, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scenic_ui.

Included Components

Keyboard

scenic demo

Querty Configuration

numpad demo

Numeric Pad Configuration

About

A collection of UI components for the Scenic client application framework

License:Apache License 2.0


Languages

Language:Elixir 100.0%