- Primitives
- o-colors
- o-fonts
- o-grid
- o-loading
- o-typography
- o-visual-effects
- Components
- o-ads
- o-aside-panel
- o-banner
- o-buttons
- o-comments
- o-comment-ui
- o-cookie-message
- o-footer
- o-footer-services
- o-forms
- o-ft-affiliate-ribbon
- o-gallery
- o-header
- o-header-services
- o-hierarchical-nav
- o-labels
- o-load
- o-message
- o-overlay
- o-quote
- o-share
- o-squishy-list
- o-subs-card
- o-syntax-highlight
- o-table
- o-tabs
- o-teaser
- o-teaser-collection
- o-tooltip
- o-tracking
- o-video
- Layouts
- o-techdocs
- Utilities
- o-ads-embed
- o-assets
- o-autoinit
- o-comment-count
- o-date
- o-dom
- o-element-visibility
- o-errors
- o-expander
- o-fetch-jsonp
- o-fonts-assets
- o-hoverable
- o-icons
- o-layers
- o-normalise
- o-toggle
- o-utils
- o-viewport
- Imagesets
- fticons
- headshot-images
- logo-images
- origami-brand-images
- origami-flag-images
- origami-specialist-title-logos
- podcast-logos
- social-images
- Services
- origami-bower-registry
- origami-build-service
- origami-image-service
- origami-navigation-service
- origami-registry-ui
- origami-repo-data
- polyfill-service
- Uncategorised
- eslint-config-origami-component
- express-web-service
- ftheadshots
- ft-origami
- get-github-public-organisation-repositories
- get-origami-repos
- github-label-sync
- node-health-check
- o-chat
- origami-build-tools
- origami-image-set-tools
- origami-navigation-data
- origami-react
- origami-repo-data-client-node
- origami-service
- origami-service-makefile
- release-log
- source-param-middleware
- streamcat
- svg-tint-stream
o-section-head
A section heading to sit between the Financial Times header and the page content, indicating a section
deprecated
Standard
Standard section head
<div class="o-section-head" data-o-component="o-section-head">
<div class="o-section-head__inner">
<div class="o-section-head__container">
<div class="o-section-head__title-container">
<h1 class="o-section-head__title">Section title</h1>
</div>
<div class="o-section-head__nav-item-container o-expander" data-o-expander-collapsed-toggle-text="RELATED" data-o-expander-expanded-toggle-text="RELATED" data-o-expander-shrink-to="height" data-o-component="o-expander">
<button class="o-expander__toggle o--if-js o-section-head__nav-item-toggler">RELATED</button>
<nav class="o-section-head__nav-item-list o-expander__content">
<a class="o-section-head__nav-item" href="#">item 1</a>
<a class="o-section-head__nav-item" href="#">item 2</a>
<a class="o-section-head__nav-item" href="#">item 3</a>
<a class="o-section-head__nav-item" href="#">item 4</a>
<a class="o-section-head__nav-item" href="#">item 5</a>
<a class="o-section-head__nav-item" href="#">item 6</a>
<a class="o-section-head__nav-item" href="#">item 7</a>
</nav>
</div>
</div>
</div>
</div>
Bower Dependencies | |
---|---|
o-colors | ^3.0.0 |
o-grid | ^4.0.0 |
o-expander | ^2.0.0 |
o-link-list | ^1.0.0 |