Sha256: ce19d5fef8d2beb68f9b0ac2161c538e8978108048231adf8057b0593f708583
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true module Yattho # Use `Content` as a helper to render content passed to a slot without adding any tags. class Content < Yattho::Component status :stable def call content end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/content.rb |
yattho_view_components-0.0.1 | app/components/yattho/content.rb |