View Source Shino.UI (shino v0.1.0-alpha.0)
UI components for Phoenix.
Usage
To make all components provided by Shino.UI
available in Phoenix templates:
defmodule DemoWeb do
# ...
def html_helpers do
quote do
# ...
use Shino.UI
# ...
end
end
# ...
end
References
As long as they are suitable, it doesn't matter where they come from.
Projects
Currently, the components are inspired by:
Icons
TODO
- [ ] Add ARIA attributes
- [ ] Explore Composition
- [ ] Rename the
anchor/1
components tolink/1
(this is hard due to the conflicts withPhoenix.Component.link/1
)