ds_paragraph: Paragraph Component

View source: R/ds-typography.R

ds_paragraphR Documentation

Paragraph Component

Description

Create a styled paragraph using Designsystemet styles.

Usage

ds_paragraph(..., size = NULL, class = NULL)

Arguments

...

Paragraph content

size

Size variant ("sm", "md", "lg")

class

Additional CSS classes

Value

A Shiny tag object

Examples

ds_paragraph("This is a paragraph of text.")

shinyds documentation built on Aug. 22, 2026, 5:08 p.m.