mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 05:23:15 +00:00
Refine summary
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user