Module: CCS::FrontendHelpers

Includes:
CCSFrontend, GovUKFrontend
Defined in:
lib/ccs/frontend_helpers.rb,
lib/ccs/frontend_helpers/version.rb,
lib/ccs/frontend_helpers/ccs_frontend.rb,
lib/ccs/frontend_helpers/govuk_frontend.rb,
lib/ccs/frontend_helpers/ccs_frontend/logo.rb,
lib/ccs/frontend_helpers/govuk_frontend/tag.rb,
lib/ccs/frontend_helpers/ccs_frontend/footer.rb,
lib/ccs/frontend_helpers/ccs_frontend/header.rb,
lib/ccs/frontend_helpers/govuk_frontend/hint.rb,
lib/ccs/frontend_helpers/govuk_frontend/tabs.rb,
lib/ccs/frontend_helpers/govuk_frontend/input.rb,
lib/ccs/frontend_helpers/govuk_frontend/label.rb,
lib/ccs/frontend_helpers/govuk_frontend/panel.rb,
lib/ccs/frontend_helpers/govuk_frontend/table.rb,
lib/ccs/frontend_helpers/govuk_frontend/button.rb,
lib/ccs/frontend_helpers/govuk_frontend/footer.rb,
lib/ccs/frontend_helpers/govuk_frontend/header.rb,
lib/ccs/frontend_helpers/govuk_frontend/radios.rb,
lib/ccs/frontend_helpers/govuk_frontend/select.rb,
lib/ccs/frontend_helpers/govuk_frontend/details.rb,
lib/ccs/frontend_helpers/ccs_frontend/contact_us.rb,
lib/ccs/frontend_helpers/govuk_frontend/fieldset.rb,
lib/ccs/frontend_helpers/govuk_frontend/textarea.rb,
lib/ccs/frontend_helpers/govuk_frontend/accordion.rb,
lib/ccs/frontend_helpers/govuk_frontend/back_link.rb,
lib/ccs/frontend_helpers/govuk_frontend/skip_link.rb,
lib/ccs/frontend_helpers/govuk_frontend/task_list.rb,
lib/ccs/frontend_helpers/govuk_frontend/checkboxes.rb,
lib/ccs/frontend_helpers/govuk_frontend/date_input.rb,
lib/ccs/frontend_helpers/govuk_frontend/form_group.rb,
lib/ccs/frontend_helpers/govuk_frontend/inset_text.rb,
lib/ccs/frontend_helpers/govuk_frontend/pagination.rb,
lib/ccs/frontend_helpers/govuk_frontend/breadcrumbs.rb,
lib/ccs/frontend_helpers/govuk_frontend/file_upload.rb,
lib/ccs/frontend_helpers/govuk_frontend/phase_banner.rb,
lib/ccs/frontend_helpers/govuk_frontend/summary_list.rb,
lib/ccs/frontend_helpers/govuk_frontend/warning_text.rb,
lib/ccs/frontend_helpers/govuk_frontend/cookie_banner.rb,
lib/ccs/frontend_helpers/govuk_frontend/error_message.rb,
lib/ccs/frontend_helpers/govuk_frontend/error_summary.rb,
lib/ccs/frontend_helpers/govuk_frontend/exit_this_page.rb,
lib/ccs/frontend_helpers/govuk_frontend/password_input.rb,
lib/ccs/frontend_helpers/ccs_frontend/dashboard_section.rb,
lib/ccs/frontend_helpers/ccs_frontend/password_strength.rb,
lib/ccs/frontend_helpers/govuk_frontend/character_count.rb,
lib/ccs/frontend_helpers/govuk_frontend/service_navigation.rb,
lib/ccs/frontend_helpers/govuk_frontend/notification_banner.rb,
lib/ccs/frontend_helpers/govuk_frontend/step_by_step_navigation.rb

Overview

CCS Frontend Helpers

The CCS Frontend Helperss module contains view helpers based on:

that can be used in Ruby on Rails projects within CCS.

Defined Under Namespace

Modules: CCSFrontend, GovUKFrontend

Constant Summary collapse

VERSION =
'2.1.0'

Method Summary

Methods included from GovUKFrontend::WarningText

#govuk_warning_text

Methods included from GovUKFrontend::Textarea

#govuk_textarea

Methods included from GovUKFrontend::TaskList

#govuk_task_list

Methods included from GovUKFrontend::Tag

#govuk_tag

Methods included from GovUKFrontend::Tabs

#govuk_tabs

Methods included from GovUKFrontend::Table

#govuk_table

Methods included from GovUKFrontend::SummaryList

#govuk_summary_list

Methods included from GovUKFrontend::StepByStepNavigation

#govuk_step_by_step_navigation

Methods included from GovUKFrontend::SkipLink

#govuk_skip_link

Methods included from GovUKFrontend::ServiceNavigation

#govuk_service_navigation

Methods included from GovUKFrontend::Select

#govuk_select

Methods included from GovUKFrontend::Radios

#govuk_radios

Methods included from GovUKFrontend::PhaseBanner

#govuk_phase_banner

Methods included from GovUKFrontend::PasswordInput

#govuk_password_input

Methods included from GovUKFrontend::Panel

#govuk_panel

Methods included from GovUKFrontend::Pagination

#govuk_pagination

Methods included from GovUKFrontend::NotificationBanner

#govuk_notification_banner

Methods included from GovUKFrontend::Label

#govuk_label

Methods included from GovUKFrontend::InsetText

#govuk_inset_text

Methods included from GovUKFrontend::Input

#govuk_input

Methods included from GovUKFrontend::Hint

#govuk_hint

Methods included from GovUKFrontend::Header

#govuk_header

Methods included from GovUKFrontend::FormGroup

#govuk_form_group

Methods included from GovUKFrontend::Footer

#govuk_footer

Methods included from GovUKFrontend::Fieldset

#govuk_fieldset

Methods included from GovUKFrontend::FileUpload

#govuk_file_upload

Methods included from GovUKFrontend::ExitThisPage

#govuk_exit_this_page

Methods included from GovUKFrontend::ErrorSummary

#govuk_error_summary, #govuk_error_summary_with_model

Methods included from GovUKFrontend::ErrorMessage

#govuk_error_message, #govuk_error_message_with_model

Methods included from GovUKFrontend::Details

#govuk_details

Methods included from GovUKFrontend::DateInput

#govuk_date_input

Methods included from GovUKFrontend::CookieBanner

#govuk_cookie_banner

Methods included from GovUKFrontend::Checkboxes

#govuk_checkboxes

Methods included from GovUKFrontend::CharacterCount

#govuk_character_count

Methods included from GovUKFrontend::Button

#govuk_button

Methods included from GovUKFrontend::Breadcrumbs

#govuk_breadcrumbs

Methods included from GovUKFrontend::BackLink

#govuk_back_link

Methods included from GovUKFrontend::Accordion

#govuk_accordion

Methods included from CCSFrontend::PasswordStrength

#ccs_password_strength

Methods included from CCSFrontend::Logo

#ccs_logo

Methods included from CCSFrontend::Header

#ccs_header

Methods included from CCSFrontend::Footer

#ccs_footer

Methods included from CCSFrontend::DashboardSection

#ccs_dashboard_section

Methods included from CCSFrontend::ContactUs

#ccs_contact_us