Skip to content

Tabs

The Tabs feature renders Bootstrap tabs where each tab panel is a block list item.

PropertyValue
Element type aliasfeatureTabs
Display nameTabs
Component compositionfeatureComponentTabs
Settings typefeatureSettings
Uses shared layoutYes (_Layout_Features.cshtml)
  • featureComponentFeatureTitle — heading
  • featureComponentFeatureDescription — lead text
  • featureComponentFeatureSummary — footer text
  • featureComponentTabs — block list of tab items

This feature uses block list inside block grid. The featureComponentTabs property is a block list that accepts featureComponentTab items.

Each tab item has its own view at Views/Partials/blocklist/Components/featureComponentTab.cshtml which renders an individual tab pane.

See Block List for more on how block list works inside block grid features.