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.
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.11"}
]
end
Note that version v0.10 requires Scenic v0.10 or higher.
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scenic_clock.