Refine summary

This commit is contained in:
mark
2022-12-26 11:46:49 +01:00
parent 125e2b011b
commit 81b2f8fd1f

View File

@@ -1,14 +1,16 @@
--- ---
author: "Mark Dumay" author: "Mark Dumay"
title: "Bootstrap components" title: "Bootstrap Components"
date: 2022-04-16 date: 2022-12-26
description: "Illustration of available Bootstrap components" description: "Overview of available Bootstrap components"
tags: ["code"] tags: ["bootstrap"]
thumbnail: img/notepad.jpg thumbnail: img/notepad.jpg
photoCredits: <a href="https://unsplash.com/@frederickjmedina">Frederick Medina</a> photoCredits: <a href="https://unsplash.com/@frederickjmedina">Frederick Medina</a>
photoSource: <a href="https://unsplash.com/photos/PdfRE-xB--s">Unsplash</a> photoSource: <a href="https://unsplash.com/photos/PdfRE-xB--s">Unsplash</a>
--- ---
Bootstrap provides several UI components out of the box. The Hinode theme uses several of these components for rendering, such as the navigation menu and scrollspy. A few components are made available as Hugo shortcode, see [Custom Shortcodes]({{< ref "custom-shortcodes" >}} "Custom Shortcodes"). You can embed the Bootstrap components themselves too. The below paragraphs demonstrate each of them.
## Accordion ## Accordion
<div class="accordion" id="accordionExample"> <div class="accordion" id="accordionExample">