1====== WebComponent - blockquote ======
2
3
4
5===== About =====
6A ''blockquote'' component is a type of [[card|card]]
7
8A blockquote has always:
9  * the text at the left side
10  * the [[cite|citation]] at the right side
11  * a margin of [[https://getbootstrap.com/docs/4.0/utilities/spacing/|m-3]]
12
13===== Articles Related =====
14{{backlinks>.}}
15
16===== Example =====
17
18<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
19<code dw>
20<card-columns>
21
22<blockquote>
23A Blockquote is a [[card|card]]
24{{:dokuwiki:webcomponent:teaser_image_1.png?400}}
25<cite>Say the [[card|card]]</cite>
26</blockquote>
27
28<blockquote>
29My Blockquote Without Cite
30{{:dokuwiki:webcomponent:teaser_image_2.jpg}}
31</blockquote>
32
33<blockquote>
34My Blockquote With Citation
35<cite>Citation</cite>
36</blockquote>
37
38
39</card-columns>
40
41<blockquote>Thanks for stopping by. This website is the personal website of a computer scientist, trainee for life.
42
43
44Welcome !
45
46<cite>Nico</cite>
47</blockquote>
48</code>
49  * Result
50</webcode>