dch / scenic_clock

Clock packaged as components up for use in Scenic applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scenic.Clock

Clock Component Scenes for use with Scenic Applications.

Provides both Analog and Digital clocks. Does depend on Timex.

This is also intended to show how to wrap up one or more components into a Hex package that other Scenic applications can reuse.

Installation

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

def deps do
  [
    {:scenic_clock, "~> 0.7.0"}
  ]
end

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

About

Clock packaged as components up for use in Scenic applications

License:Apache License 2.0


Languages

Language:Elixir 100.0%