UIkitDivider: Create an UIkit divider

Description Usage Arguments Author(s) Examples

View source: R/UIkitDivider.R

Description

Create dividers to separate content and apply different styles to them

Usage

1

Arguments

small

Divider size. FALSE by default. If TRUE, the divider class will be small.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
if(interactive()){
library(shiny)

shiny::shinyApp(
 ui = UIkitPage(
   title = "My UIkit application",
   h1("blabla"),
   UIkitDivider(),
   h1("blabla")
 ),
 server = function(input, output) {}
 )
}

DivadNojnarg/shinyUIkit documentation built on July 24, 2019, 8:17 a.m.