Sha256: a3b49cc6543036ae967e18b874ef499f5585e79da1e33e4bef2fa5d6722cc615
Contents?: true
Size: 236 Bytes
Versions: 195
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true module Primer # Use `Content` as a helper to render content passed to a slot without adding any tags. class Content < Primer::Component status :stable def call content end end end
Version data entries
195 entries across 195 versions & 2 rubygems