Skip to content

Commit d4a6e41

Browse files
committed
added zip
1 parent d9a26e7 commit d4a6e41

File tree

5 files changed

+66
-1
lines changed

5 files changed

+66
-1
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
2+
<h1>RSCG nr 247 : BlazorOcticons</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/BlazorOcticons/" target="_blank">https://www.nuget.org/packages/BlazorOcticons/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/BlazorOcticons/BlazorOcticons" target="_blank"> https://github.com/BlazorOcticons/BlazorOcticons</a></p>
8+
9+
<p>Author :Evgeniy K.</p>
10+
11+
<p>Source: <a href="https://github.com/BlazorOcticons/BlazorOcticons" target="_blank">https://github.com/BlazorOcticons/BlazorOcticons</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generates Blazor components for GitHub Octicons SVG icons or from svg.Easily integrate GitHub Octicons into your Blazor applications.
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/BlazorOcticons/" target="_blank">BlazorOcticons</a> in the csproj
22+
</h3>
23+
<img src="images/BlazorOcticons/BlazorDemo.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/BlazorOcticons/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file andrei-16.svg
35+
<br />
36+
<img src="images/BlazorOcticons/csFiles/andrei-16.svg.png" width="580" height="580" />
37+
<hr />
38+
39+
<br />
40+
I have <b>coded</b> the file Andrei16.razor
41+
<br />
42+
<img src="images/BlazorOcticons/csFiles/Andrei16.razor.png" width="580" height="580" />
43+
<hr />
44+
<h3>And here are the <i>generated</i> files</h3>
45+
46+
<p>
47+
You can download the code and this page as pdf from
48+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/BlazorOcticons'>
49+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/BlazorOcticons
50+
</a>
51+
</p>
52+
53+
54+
<p>
55+
You can see the whole list at
56+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
57+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
58+
</a>
59+
</p>
60+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 246 RSCG with examples =>
20+
This is the list of 247 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -1010,6 +1010,10 @@ <h1>
10101010
<td>246</td>
10111011
<td><a href="examples/Imposter.html">Imposter</a></td>
10121012
</tr>
1013+
<tr>
1014+
<td>247</td>
1015+
<td><a href="examples/BlazorOcticons.html">BlazorOcticons</a></td>
1016+
</tr>
10131017
</table>
10141018

10151019

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ input-files:
260260
- examples/BoolParameterGenerator.html
261261
- examples/Monify.html
262262
- examples/Imposter.html
263+
- examples/BlazorOcticons.html
263264

264265
# or you may use input-file: with a single value
265266
# defaults:
2 Bytes
Binary file not shown.
1.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)