Skip to content

BinaryNoggin/scenic_keypad

Repository files navigation

ScenicKeypad

A Keypad component for Scenic.

Installation

Scenic.Keypad, is a basic keypad component. It is a very simple keypad with numbers 0-9, #, and *.

The package can be installed by adding scenic_keypad to your list of dependencies in mix.exs:

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

Documentation can be found on HexDocs