Packages
A Phoenix LiveView component library for rendering interactive calendars. This library builds on EventCalendar by Vlad Kurko: https://github.com/vkurko/calendar/ Thanks to the EventCalendar project for providing a lightweight, flexible calendar core.
Current section
Files
Jump to
Current section
Files
lib/calendar_component.ex
defmodule CalendarComponent do
@moduledoc """
Documentation for `CalendarComponent`.
"""
@doc """
Hello world.
## Examples
iex> CalendarComponent.hello()
:world
"""
def hello do
:world
end
end