Skip to content

Commit 62bcd26

Browse files
committed
update docs
1 parent e8a04ff commit 62bcd26

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

docs/ProgrammerWidget.js

Lines changed: 19 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,30 @@ <h2>
151151
</div>
152152
</div>
153153

154+
<br/>
155+
156+
<div class="row">
157+
<div class="col-md-8 col-xs-12">
158+
<h2>
159+
Customize List Height (to 300px)
160+
</h2>
161+
<p>
162+
In head:
163+
</p>
164+
<pre><code>// Replace Your Font Awesome CDN Code!
165+
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://use.fontawesome.com/6c0013e839.css&quot; /&gt;
166+
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://meilcli.github.io/ProgrammerWidget/ProgrammerWidget.css&quot; /&gt;
167+
&lt;script src=&quot;https://meilcli.github.io/ProgrammerWidget/ProgrammerWidget.js&quot; async defer&gt;&lt;/script&gt;</code></pre>
168+
<p>
169+
In body:
170+
</p>
171+
<pre><code>&lt;div class=&quot;programmer-widget-qiita-with-items&quot; target-user=&quot;meilcli&quot; target-list-height=&quot;300px&quot;&gt;&lt;/div&gt;</code></pre>
172+
</div>
173+
<div class="col-md-4 col-xs-12">
174+
<div class="programmer-widget-qiita-with-items" target-user="meilcli" target-list-height="300px"></div>
175+
</div>
176+
</div>
177+
154178
<h2>
155179
Viiw Source Code On <a href="https://github.com/MeilCli/ProgrammerWidget">Github</a>
156180
</h2>

0 commit comments

Comments
 (0)