Module: Yattho::ViewHelper

Included in:
Component, YARD::Registry
Defined in:
app/lib/yattho/view_helper.rb

Overview

Module to allow shorthand calls for Yattho components

Defined Under Namespace

Classes: ViewHelperNotFound

Constant Summary collapse

HELPERS =
{
  octicon: "Yattho::Beta::Octicon",
  heading: "Yattho::Beta::Heading",
  time_ago: "Yattho::TimeAgoComponent",
  image: "Yattho::Alpha::Image"
}.freeze