-
Notifications
You must be signed in to change notification settings - Fork 7
Paragraph
Mika Berglund edited this page May 5, 2020
·
3 revisions
The Paragraph component is a generic component that produces a <p> element. You can use the Paragraph component instead of a <p> element in order to leverage all the parameters defined on the BootstrapComponentBase base class.
Paragraph : BootstrapComponentBase
| Name | Type | Description |
|---|---|---|
| IsLead | bool | A lead paragraph stands out from standard paragraphs, and is typically used on the first paragraph in a longer text. |
Code examples on how to use the Paragraph component.
<Paragraph IsLead="true">
This is a lead paragraph that stands out from the
paragraph below.
</Paragraph>
<Paragraph>
This is a normal paragraph.
</Paragraph>- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases