Home > @uniformdev/design-system > Paragraph
Paragraph() function
Component for generic paragraph tags
Signature:
Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_jsx_runtime.JSX.Element
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>