Home > @uniformdev/design-system > Paragraph
Paragraph() function
Component for generic paragraph tags
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ className, htmlContent, children, ...pAttributes } | ParagraphProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<Paragraph>This is the text that was be inside the paragraph tag.</Paragraph>