Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bs4Accordion

Create a Bootstrap 4 accordion


Description

Beautiful accordion from AdminLTE3

Usage

bs4Accordion(..., id)

Arguments

...

Slot for bs4AccordionItem.

id

Unique accordion id.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

if(interactive()){
 library(shiny)
 library(bs4Dash)
 
 shiny::shinyApp(
   ui = bs4DashPage(
     navbar = bs4DashNavbar(),
     sidebar = bs4DashSidebar(),
     controlbar = bs4DashControlbar(),
     footer = bs4DashFooter(),
     title = "test",
     body = bs4DashBody(
      bs4Accordion(
       id = "accordion",
       bs4AccordionItem(
        id = "item1",
        title = "Item 1", 
        status = "danger",
        "Anim pariatur cliche reprehenderit, enim 
        eiusmod high life accusamus terry richardson ad 
        squid. 3 wolf moon officia aute, non cupidatat 
        skateboard dolor brunch. Food truck quinoa nesciunt 
        laborum eiusmod. Brunch 3 wolf moon tempor, sunt 
        aliqua put a bird on it squid single-origin coffee 
        nulla assumenda shoreditch et. Nihil anim keffiyeh 
        helvetica, craft beer labore wes anderson cred 
        nesciunt sapiente ea proident. Ad vegan excepteur 
        butcher vice lomo. Leggings occaecat craft beer farm-to-table, 
        raw denim aesthetic synth nesciunt you probably haven't 
        heard of them accusamus labore sustainable VHS"
       ),
       bs4AccordionItem(
        id = "item2",
        title = "Item 2", 
        status = "warning",
        "Anim pariatur cliche reprehenderit, enim 
        eiusmod high life accusamus terry richardson ad 
        squid. 3 wolf moon officia aute, non cupidatat 
        skateboard dolor brunch. Food truck quinoa nesciunt 
        laborum eiusmod. Brunch 3 wolf moon tempor, sunt 
        aliqua put a bird on it squid single-origin coffee 
        nulla assumenda shoreditch et. Nihil anim keffiyeh 
        helvetica, craft beer labore wes anderson cred 
        nesciunt sapiente ea proident. Ad vegan excepteur 
        butcher vice lomo. Leggings occaecat craft beer farm-to-table, 
        raw denim aesthetic synth nesciunt you probably haven't 
        heard of them accusamus labore sustainable VHS"
       )
      )
     )
   ),
   server = function(input, output) {}
 )
}

bs4Dash

A 'Bootstrap 4' Version of 'shinydashboard'

v0.5.0
GPL (>= 2) | file LICENSE
Authors
David Granjon [aut, cre], RinteRface [cph], Almasaeed Studio [ctb, cph] (AdminLTE3 theme for Bootstrap 4), Winston Chang [ctb, cph] (Utils functions from shinydashboard), Thomas Park [ctb, cph] (Bootswatch Sketchy theme CSS)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.