Skip to content

Commit 178daa7

Browse files
authored
Tweaked YAML
1 parent dea6f7b commit 178daa7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RShiny/lessons/layouts.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Arranging Layouts"
3-
description: |
4-
This lesson introduces how to design and organize user interface layouts in Shiny applications. You will learn how to use layout functions such as `sidebarLayout()`, `fluidRow()`, and `column()` to arrange app components, as well as how to create navigation structures with `navbarPage()`, `navlistPanel()`, and `tabsetPanel()`. The lesson also covers how to enhance app appearance using thematic breaks (`hr()`) and the `shinythemes` package.
53
author:
64
- Will Gammerdinger
75
- Meeta Mistry
@@ -25,9 +23,6 @@ keywords:
2523
- navigation bar
2624
- UI structure
2725
license: "CC-BY-4.0"
28-
editor_options:
29-
markdown:
30-
wrap: 72
3126
---
3227

3328
## Learning Objectives

0 commit comments

Comments
 (0)