1+
2+ <Heading Level =" 2" >Typography</Heading >
3+
4+ <Paragraph >
5+ Blazorade Bootstrap supports much of the typography support in Bootstrap. This section showcases this support.
6+ </Paragraph >
7+ <DocsSection ComponentName =" Typography" />
8+
9+
10+ <Heading Id =" headings" IsAnchor =" true" Level =" 3" MarginTop =" 5" >Headings</Heading >
11+ <Paragraph >
12+ All heading sizes are supported.
13+ </Paragraph >
14+ <DocsSection ComponentName =" Heading" />
15+
16+ <Heading Level =" 1" >h1 Heading</Heading >
17+ <Heading Level =" 2" >h2 Heading</Heading >
18+ <Heading Level =" 3" >h3 Heading</Heading >
19+ <Heading Level =" 4" >h4 Heading</Heading >
20+ <Heading Level =" 5" >h5 Heading</Heading >
21+ <Heading Level =" 6" >h6 Heading</Heading >
22+
23+
24+
25+ <Heading Id =" display" IsAnchor =" true" Level =" 3" MarginTop =" 5" >Display Headings</Heading >
26+ <Paragraph >
27+ If you need a heading to stand out, you can use a display heading. This is a larger size heading. This is
28+ used for instance in the <code ><Anchor Url =" jumbotrons" >Jumbotron</Anchor ></code > component.
29+ </Paragraph >
30+
31+ <Heading Level =" 1" Display =" 1" >H1 Display 1</Heading >
32+ <Heading Level =" 1" Display =" 2" >H1 Display 2</Heading >
33+ <Heading Level =" 1" Display =" 3" >H1 Display 3</Heading >
34+ <Heading Level =" 1" Display =" 4" >H1 Display 4</Heading >
35+
36+
37+
38+ <Heading Id =" lead" IsAnchor =" true" Level =" 3" MarginTop =" 5" >Lead</Heading >
39+ <Paragraph >
40+ Make a paragraph stand out by making it into a lead paragraph.
41+ </Paragraph >
42+ <DocsSection ComponentName =" Paragraph" />
43+
44+ <Paragraph IsLead =" true" >
45+ This is a lead paragraph, with slightly bigger font.
46+ </Paragraph >
47+ <Paragraph >
48+ This is just a standard paragraph.
49+ </Paragraph >
50+
51+
52+
53+ <Heading Id =" lead" IsAnchor =" true" Level =" 3" MarginTop =" 5" >Lead</Heading >
54+ <Paragraph >
55+ For quoting blocks of content from another source, you can use the <code >Blockquote</code > component.
56+ </Paragraph >
57+ <DocsSection ComponentName =" Blockquote" />
58+
59+ <Blockquote >
60+ <Paragraph >
61+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
62+ </Paragraph >
63+ </Blockquote >
0 commit comments