Method: CCS::Components::GovUK::InsetText#render
- Defined in:
- lib/ccs/components/govuk/inset_text.rb
#render { ... } ⇒ ActiveSupport::SafeBuffer
Generates the HTML for the GOV.UK Inset text component
40 41 42 43 44 |
# File 'lib/ccs/components/govuk/inset_text.rb', line 40 def render tag.div(**[:attributes]) do text || yield end end |