Sha256: 66a4c62d628a4f0082161aacde5c857f2eefaee06514d5f873628429dbfadbef
Contents?: true
Size: 1.17 KB
Versions: 12
Compression:
Stored size: 1.17 KB
Contents
<%= render 'govuk_component/title', title: GovukPublishingComponents::Config.component_guide_title %> <div class="govuk-govspeak"> <p>Components are packages of template, style, behaviour and documentation that live in your application.</p> <p>A component must:</p> <ul> <li><a href="https://github.com/alphagov/govuk_publishing_components/blob/master/docs/component_principles.md">meet the component principles</a></li> <li><a href="https://github.com/alphagov/govuk_publishing_components/blob/master/docs/component_conventions.md">follow component conventions</a></li> </ul> <p>See the <a href="https://github.com/alphagov/govuk_publishing_components">govuk_publishing_components gem</a> for further details, or <a href="https://docs.publishing.service.gov.uk/manual/components.html#component-guides">a list of all component guides</a>.</p> </div> <h2 class="component-doc-h2">Components</h2> <ul class="component-list"> <% @component_docs.each do |component_doc| %> <li> <h2> <%= link_to component_doc.name, component_doc_path(component_doc.id) %> </h2> <p> <%= component_doc.description %> </p> </li> <% end %> </ul>
Version data entries
12 entries across 12 versions & 1 rubygems