Skip to content

Commit

Permalink
docs: add a link to the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbraun committed Jun 6, 2020
1 parent c08bbb5 commit 92188af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ <h3 class="demo-title">Demos</h3>






<h2>Overview</h2>

<p>Checkboxland is a JavaScript library for rendering anything as HTML checkboxes.</p>
Expand All @@ -132,6 +129,8 @@ <h2>Overview</h2>

<p>Checkboxland is dependency-free, framework-agnostic, and fun! 🙃</p>

<small>Why does this even exist? <a href="https://www.bryanbraun.com/2020/06/06/checkboxland/">Here's some background</a>.</small>

<h2>Limitations</h2>

<p>Having lots of elements on a webpage <a href="https://web.dev/dom-size/">can impact runtime performance</a>. Checkboxes are no exception. Checkboxland attempts to mitigate some of these issues, but you'll likely run into performance issues if you are displaying large grids (1500+ checkboxes), and trying to update them rapidly.</p>
Expand Down

0 comments on commit 92188af

Please sign in to comment.