d1: Headings

Description Usage Arguments See Also Examples

View source: R/components.R

Description

Display headings are not meant to replace the standard HTML heading tags, they are a stand out alternative for eye-catching titles.

Usage

1
2
3
4
5
6
7

Arguments

...

Any number of character strings or tag elements or named arguments passed as HTML attributes to the parent element.

See Also

Other components: alert(), badge(), blockquote(), card(), collapsePane(), dropdown(), img(), jumbotron(), modal(), navContent(), popover(), pre(), toast()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
### d1

d1("Eye-catching!")

### d2

d2("Just incredible")

### d3

d3("Wowie, zowie")

### d4

d4("You'll never guess what happens next.")

yonder documentation built on Jan. 11, 2020, 9:35 a.m.