shirishgoyal / mosaic

UI Components for Phoenix Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mosaic

logo

Opinionated UI Components for Phoenix Developers

Installation

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

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

Documentation

https://hexdocs.pm/mosaic generated with ExDoc and published on HexDocs

About

UI Components for Phoenix Framework

License:MIT License


Languages

Language:Elixir 96.4%Language:Just 3.6%